diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-05 03:22:38 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-05 03:22:38 +0100 |
commit | fa5b7a0c751c8d8e37a173df09b7b28733f8df5e (patch) | |
tree | cb1fb084e5acf256a3e50677bd8bec33b15059ff /tools/gsr-ui-cli/main.c | |
parent | 52ce22ae22670b11c2bc5fac0583e1a4aa4e19f0 (diff) |
Only grab left alt, to allow altgr+z to be used for keyboard that type ż with it
Diffstat (limited to 'tools/gsr-ui-cli/main.c')
-rw-r--r-- | tools/gsr-ui-cli/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gsr-ui-cli/main.c b/tools/gsr-ui-cli/main.c index e30867b..bcb5c81 100644 --- a/tools/gsr-ui-cli/main.c +++ b/tools/gsr-ui-cli/main.c @@ -50,6 +50,7 @@ static void usage(void) { printf(" toggle-stream Start/stop streaming.\n"); printf(" toggle-replay Start/stop replay.\n"); printf(" replay-save Save replay.\n"); + printf("\n"); printf("EXAMPLES:\n"); printf(" gsr-ui-cli toggle-show\n"); printf(" gsr-ui-cli toggle-record\n"); |