Commit Graph

2 Commits

Author SHA1 Message Date
Jack Palevich
3c45242049 Add an Fn key for easier access to extra keys
Instead of overloading the Ctrl key to provide arrow keys and send some
control characters, add a new "Fn" key (defaulting to Volume Up) to
provide these functions.  By splitting Ctrl and Fn, we can reach these
functions via the more easily-accessible letters, and also provide
access to more useful keys (such as PageUp/Down and Tab).

The mapping is this:
Fn-W/A/S/D: Up/Left/Down/Right
Fn-P/N: PageUp/PageDown
Fn-T: Tab
Fn-L: |
Fn-U: _
Fn-E: Ctrl-[ (Esc)
Fn-.: Ctrl-\
Fn-2: Ctrl-_
Fn-3: Ctrl-^
Fn-4: Ctrl-]
2011-04-23 11:26:36 -07:00
Jack Palevich
f45c3a228c Import sources from code.google.com/p/androidterm 2010-09-04 06:57:29 -07:00