ragardner / tksheet

Python tkinter table widget for displaying tabular data
https://pypi.org/project/tksheet/
MIT License
400 stars 48 forks source link

Change 'Return' key behavior after end_edit_cell #244

Closed fmerchan65 closed 1 month ago

fmerchan65 commented 2 months ago

I want to change the behavior of the Return key after exiting editing a cell. I want it to behave like the tab key and move to the next cell in the row instead to move focus to the cell of the same column in the next row (default behavior). I tried it programing the extra_binding "end_edit_cell" but I couldn't get it.