Skip to content

Instantly share code, notes, and snippets.

@DidierLoiseau
Created March 8, 2016 19:58
Show Gist options
  • Save DidierLoiseau/866e2ef5210a002c27ed to your computer and use it in GitHub Desktop.
Save DidierLoiseau/866e2ef5210a002c27ed to your computer and use it in GitHub Desktop.
Using box-drawing characters to represent a layout
* ┏━━━━━━━━┱──────┬──────┬──────┬──────┬──────┬──────┐ ,--------------------------------------------------.
* ┃ $ ┃ " │ « │ » │ ( │ ) │ Del │ | Del | @ | + | - | / | * | W |
* ┣━━━━━━━━╉──────┼──────┼──────┼──────┼──────╆━━━━━━┪ |------+------+------+------+------+------+--------|
* ┃ Tab ┃ B │ É │ P │ O │ È ┃Backsp┃ |Backsp| ^ | V | D | L | J | Z |
* ┣━━━━━━━━╉──────┼──────┼──────┼──────┼──────┨ace ┃ |ace |------+------+------+------+------+--------|
* ┃ = ┃ A │ U │ I │ E │ , ┣━━━━━━┫ |------| C | T | S | R | N | M |
* ┣━━━━━━━━╉──────┼──────┼──────┼──────┼──────┨Enter ┃ |Enter |------+------+------+------+------+--------|
* ┃ LShift ┃ À │ Y │ X │ . │ K ┃ ┃ | | ' | Q | G | H | F | RShift |
* ┗━┯━━━━━━╃──────┼──────┼──────┼──────┼──────┺━━━━━━┛ `-------------+------+------+------+------+--------'
* │LCtrl │ fn │ LGui │ Play │Ap/Alt│ |Alt Gr| % | Home | Ç |End/Ctl|
* └──────┴──────┴──────┴──────┴──────┘ `-----------------------------------'
* ,--------------. ,-------------.
* |Esc/Alt| num | | Left |Right |
* ,------+-------+------| |------+------+------.
* | | | PgUp | | Up | | |
* |Space |LShift |------| |------|RShift|Space |
* | | | PgDn | | Down | | |
* `---------------------' `--------------------'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment