blob: af8f5219ab146c1fd9e94399056e6743cdc2f3dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# HexArt
An hex-based paletted image ~~editor~~ creator.
Keys:
- up/down/left/right move cursor
- k/j/h/l move cursor
- z decrement
- x increment
- shift+z step decrement
- shift+x step increment
- a propagating increment
- s propagating decrement [NYI]
- v "visual" mode [partially implemented - not compatible with propagating modes]
- w save
- esc exit (double esc if modified)
|