Compare commits

...

1 Commits
main ... dev

Author SHA1 Message Date
Jonathan Lamothe d7e135b961 added missing keybinding to README.md 2024-08-22 19:56:49 -04:00
2 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,7 @@ and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/). [Haskell Package Versioning Policy](https://pvp.haskell.org/).
## [Unreleased] ## [Unreleased]
### Fixed
- missing keybinding in README.md

View File

@ -38,6 +38,7 @@ command line. There are currently no command-line options.
- down/j: move the rung selector down - down/j: move the rung selector down
- PgUp/K/S-up: select the top rung - PgUp/K/S-up: select the top rung
- PgDn/J/S-down: select the bottom rung - PgDn/J/S-down: select the bottom rung
- 0..9: select a rung by number
- left/h: slide a bead to the left - left/h: slide a bead to the left
- right/l: slide a bead to the right - right/l: slide a bead to the right
- Home/H/S-left: move the entire rung to the left - Home/H/S-left: move the entire rung to the left