entry_emacs_bindings

decida.entry_emacs_bindings.entry_emacs_bindings(entry_list)

synopsis:

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

arguments:

entry_list (list of handles)

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