sway/common
Tert0 8689627774
implement an emit command and resolve #4937
Command Syntax: emit <press|release|press-release> <criteria> <keys>
* action: specifies whether to press, release the keys or do both
* criteria: first window that matches the criteria will get the key input
* keys: modifiers and keys separated by +
Examples:
* emit press-release [app_id=com.obsproject.Studio] ALT+F8
* bindsym --no-repeat Ctrl+T emit press [app_id=wev] Ctrl+A
* bindsym --no-repeat --release Ctrl+T emit release [app_id=wev] Ctrl+A
2024-12-11 22:00:39 +01:00
..
cairo.c cairo: Replace <cairo/cairo.h> by <cairo.h> 2021-05-10 10:28:32 +02:00
gesture.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
ipc-client.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
list.c Merge pull request #3271 from ianyfan/list-cleanup 2018-12-09 21:50:19 +10:00
log.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
loop.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
meson.build common: move load_image to swaybar 2023-11-23 20:42:04 +01:00
pango.c common/pango: Disable glyph position rounding 2024-07-10 18:49:42 -04:00
stringop.c Define _POSIX_C_SOURCE globally 2024-02-23 17:43:19 +03:00
util.c implement an emit command and resolve #4937 2024-12-11 22:00:39 +01:00