mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
69e8d9144c
```lua local wezterm = require 'wezterm' return { debug_key_events = true, keys = { {key="phys:Q", action=wezterm.action{SendString="woot"}}, }, } ``` The above will send "woot" to the pane whenever the key in same physical position as Q on an ANSI standard US keyboard is pressed. refs: https://github.com/wez/wezterm/issues/1483 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |