entry_emacs_bindings

decida.entry_emacs_bindings.entry_emacs_bindings(entry_list)

provide ^n ^p ^k ^y emacs bindings to a set of entry windows.

arguments:

entry_list (list)

list of Tkinter entry handles

results:

  • ^n and ^p focus on next or previous entry windows, respectively
  • ^k kills entry to end of line and saves the string
  • ^y enters a killed string into the current entry box

Previous topic

vtb

Next topic

grep

This Page