@@ 14,32 14,35 @@ If do not wish to assemble it yourself, you can download [nasu.rom](https://rabb
## Controls
-### Mouse
-
-- `mouse1` select/brush
-- `mouse2` erase
-
-### Ctrl
-- `ctrl+n` new
-- `ctrl+s` save
-- `ctrl+o` open
-- `ctrl+r` rename
-- `ctrl+c` copy
-- `ctrl+v` paste
-- `ctrl+x` cut
-
-### Arrows
-- `ctrl+up` next label
-- `ctrl+down` prev label
-- `ctrl+left` end of line
-- `ctrl+right` start of line
-- `alt+left` next word
-- `alt+right` prev word
-
-### Keys
-
-- `1 2 3 4`, select color
-- `q w e`, select tool
-- `del` , erase
-- `space`, toggle zoom
-- `esc`, reset selection
+```
+File
+ An : New
+ Ar : Rename
+ Ao : Open
+ As : Save
+Edit
+ Ac : Copy
+ Av : Paste
+ Ax : Cut
+Select
+ q : Brush
+ w : Selector
+ e : Zoom
+ U : Up
+ D : Down
+ L : Left
+ R : Right
+ sU : Decr.Height
+ sD : Incr.Height
+ sL : Decr.Width
+ sR : Incr.Width
+ esc : Reset
+Pick
+ 1 : Color1
+ 2 : Color2
+ 3 : Color3
+ 4 : Color4
+Options
+ del : Erase
+ spc : Zoom
+```