Skip to content

Instantly share code, notes, and snippets.

@a1yama
Created December 18, 2017 04:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1yama/8acec87b51f806945c34461c96e72cd3 to your computer and use it in GitHub Desktop.
Save a1yama/8acec87b51f806945c34461c96e72cd3 to your computer and use it in GitHub Desktop.
/* Qwerty
* ,-----------------------------------------------------------------------------------.
* | Tab | Q | W | E | R | T | Y | U | I | O | P | Bksp |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | ESC | A | S | D | F | G | H | J | K | L | ; | " |
* |------+------+------+------+------+------|------+------+------+------+------+------|
* | Shift| Z | X | C | V | B | N | M | , | . | / | -_ |
* |------+------+------+------+------+------+------+------+------+------+------+------|
* | Ctrl | Alt | Misc | Raise| Lower|Space |Enter |Lower | Raise| Misc | Alt | GUI |
* `-----------------------------------------------------------------------------------'
*/
/* Lower
* ,-----------------------------------------------------------------------------------.
* | ` | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | Bksp |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | ~ | ! | @ | # | $ | % | ^ | & | * | ( | ) | |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | Del | | | | | | | _ | + | { | } | | |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | | | | | | | | ~ | | | | | |
* `-----------------------------------------------------------------------------------'
*/
/* Raise
* ,-----------------------------------------------------------------------------------.
* | Del | | | | | | | - | = | [ | ] | \ |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | | | | | | | | ` | \ | | | |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | | | | | | | | | | | UP | |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | | | | | | | | | | LEFT | DOWN | RIGHT|
* `-----------------------------------------------------------------------------------'
*/
/* Misc
* ,-----------------------------------------------------------------------------------.
* | F1 | F2 | F3 | F4 | F5 | F6 | F7 | F8 | F9 | F10 | F11 | F12 |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | | | | | | | |TNEXT |TPREV | | | |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* | | | | | | | | | | | | |
* |------+------+------+------+------+-------------+------+------+------+------+------|
* |Reset | | | | | |MPREV |MPLAY |MNEXT |Vol** |Vol-- |Vol++ |
* `-----------------------------------------------------------------------------------'
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment