keys: graphical representation of linux control keys
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 4 Mar 2018 20:49:14 +0000 (21:49 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 5 Mar 2018 22:51:17 +0000 (23:51 +0100)
commit32a6cc3086f1c4ff99aadd88c976fe854a3fd826
tree79dece1475c923b5551db2c045cb3a11bf78e87f
parentd018b1fcc5e1035c2302b2417480003aca64fa5e
keys: graphical representation of linux control keys

Represent some control combinations by recognisable symbols for function
keys equivalent in most terminal environments as they are commonly used.
May help people discover easier access.

Enter, tab, and escape should match for all current applications (except
vimperator for an insignificant alias).  Delete and backspace represent
VT100/xterm and ASCII characters, but are different in VT220-based emulators
<http://www.macfreek.nl/memory/Backspace_and_Delete_key_reversed>.
In such cases ^h is distinct from backspace, but likely still works the same
for current occurrences where this is the intended behaviour.

In cases this does not work, the original bindings can still be easily
ascertained from surrounding keys, so should not pose much of a problem.
Shiar_Sheet/Keyboard.pm