summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-01-30 22:28:00 -0500
committerJune McEnroe <june@causal.agency>2022-01-30 22:28:00 -0500
commita189296c5205d43efcfb551a4fb7fadc2dc80ca1 (patch)
tree2829ba8b9090ba39a34d665ca19f85f6ce9187ce /etc
parentAdd enc (diff)
downloadsrc-a189296c5205d43efcfb551a4fb7fadc2dc80ca1.tar.gz
src-a189296c5205d43efcfb551a4fb7fadc2dc80ca1.zip
Add ASCII diagram of keyboard layout
Diffstat (limited to '')
-rw-r--r--etc/layout.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/layout.txt b/etc/layout.txt
new file mode 100644
index 00000000..3aa2ed2b
--- /dev/null
+++ b/etc/layout.txt
@@ -0,0 +1,9 @@
+ `  !  @  #  $  %  ^  &  *  (  )  _  =  backspace
+tab  q  w  e  r  t  y  u  i  o  p  {  }  |
+esc   a  s  d  f  g  h  j  k  l  ;  '  enter
+shift  z  x  c  v  b  n  m  ,  .  /  shift
+
+ ~  1  2  3  4  5  6  7  8  9  0  -  +  backspace
+tab  Q  W  E  R  T  Y  U  I  O  P  [  ]  \
+esc   A  S  D  F  G  H  J  K  L  :  "  enter
+shift  Z  X  C  V  B  N  M  <  >  ?  shift
td>June McEnroe 2019-02-23Change example command to join #ascii.town on freenodeJune McEnroe 2019-02-23Call def_prog_mode after termNoFlowJune McEnroe 2019-02-22Move IRC formatting reset to C-sJune McEnroe 2019-02-22Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe