-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* create a new `SwarmEvent` enumeration * define configuration names (`swarmEvents`) * define default keybindings (`defaultSwarmBindings`) * add `KeyConfig` and `KeyDispatcher`s to `AppState` * load custom bindings from an INI file * migrate key event controller code to use `onEvent` * call `handleKey` with handlers * show the shortcuts in TUI * check for conflicts between parent/child handler (right now `mainHandler` and the rest) * generate the INI file (`keybinding --init`) with commented-out (`;`) settings * allow `brick` version 2.4 to get uppercase keybindings fix --- * Closes #523 * Closes #1962
- Loading branch information
Showing
26 changed files
with
1,909 additions
and
979 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.