GNOME Bugzilla – Bug 766325
st: Use case-insensitive shortcuts
Last modified: 2016-05-12 17:51:38 UTC
See patch.
Created attachment 327704 [details] [review] st: Use case-insensitive shortcuts For shortcuts that involve a letter (like <ctrl>c), we currently only accept the lower-case variant. This makes shortcuts awkward to use when caps-lock is active, and is inconsistent with GTK+, so accept upper-case variants as well.
Created attachment 327708 [details] [review] text: Bind <ctrl>A in addition to <ctrl>a The 'select-all' action is currently only bound to <ctrl>a, which makes it awkward to use when caps-lock is active, and is inconsistent with GTK+. Just accept both upper- and lower-case variants. https://bugzilla.gnome.org/show_bug.cgi?id=766326
Review of attachment 327704 [details] [review]: Since we don't have a gtkkeyhash.c equivalent, this will do. Thankfully we don't have many of these shortcuts
Review of attachment 327708 [details] [review]: ok
Attachment 327704 [details] pushed as 387f514 - st: Use case-insensitive shortcuts