1
0
Fork 0
forked from wry/wry

config: allow consuming/forwarding key events

This commit is contained in:
Julian Orth 2024-04-15 18:42:59 +02:00
parent 6ee4fdb9f4
commit 18bc86d14f
12 changed files with 106 additions and 13 deletions

View file

@ -49,6 +49,7 @@ pub enum SimpleCommand {
ToggleFullscreen,
ToggleMono,
ToggleSplit,
Forward(bool),
}
#[derive(Debug, Clone)]