mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
cmd_bind{sym,code}: Implement per-device bindings
bindsym --input-device=<identifier> ... bindcode --input-device=<identifier> ...
This commit is contained in:
parent
30dbb8eba0
commit
2e637b7368
9 changed files with 77 additions and 36 deletions
|
|
@ -63,5 +63,6 @@ struct sway_seat *input_manager_current_seat(struct sway_input_manager *input);
|
|||
|
||||
struct input_config *input_device_get_config(struct sway_input_device *device);
|
||||
|
||||
char *input_device_get_identifier(struct wlr_input_device *device);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue