Skip to content

Commit

Permalink
feat: layers and keymaps (incl. composite keymaps & layers)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpombrio committed Apr 11, 2024
1 parent 194605d commit d654e65
Show file tree
Hide file tree
Showing 5 changed files with 472 additions and 123 deletions.
12 changes: 0 additions & 12 deletions src/editor/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ use std::time::Duration;
* BLOCK until a key is pressed
* THEN execute that key's prog in the interpreter
* ```
*
* To execute a KeyProg:
*
* ```
* IF push_string:
* THEN push selected string onto data stack
* IF exit_menu:
* THEN exit the menu
* EXECUTE program
* IF !exit_menu:
* THEN block
* ```
*/

struct App<F: Frontend<Style = Style>> {
Expand Down
Loading

0 comments on commit d654e65

Please sign in to comment.