Implement passthrough mode
When active, key presses are passed directly to the focused window. I've mostly used this for testing beansprout, but I'm sure there are other uses.
This commit is contained in:
parent
5f4d80f313
commit
1b37ab7afd
4 changed files with 50 additions and 12 deletions
|
|
@ -291,6 +291,7 @@ Full command reference:
|
|||
| `toggle_output_tags` | tags (u32 bitmask) | Toggle a tag on the focused output |
|
||||
| `toggle_window_tags` | tags (u32 bitmask) | Toggle a tag on the focused window |
|
||||
| `reload_config` | | Reload the config file |
|
||||
| `toggle_passthrough` | | Toggle passthrough mode to disable keybinds |
|
||||
|
||||
### Tag Binds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue