Ticket #157 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Change key-bindings for input line history

Reported by: jppavao Owned by:
Priority: normal Milestone: 1.0
Component: GUI Version: version 0.8
Keywords: discuss Cc:

Description

Currently, input line history selection ([123]) is activated using the up and down arrow keys (because we customized the handling of the moveUp: and moveDown: command selectors on the text field's text view). I end up selecting another line history entry a lot of times when all I wanted was simply to edit a multiline string that I was typing at the moment. We should probably switch the key-bindings for the input line history selection to also require some modifier key. For example, we could use option-up_arrow and option-down_arrow instead. (Or some other modifier. Preferably, one of the modifiers that is rarely used while editing textfields)

Change History

Changed 5 years ago by jppavao

  • status changed from new to closed
  • resolution set to fixed

(In [279]) Changed the key-bindings for the chat input line history. We now use cmd-up and cmd-down. Closes #157.

Note: See TracTickets for help on using tickets.