summaryrefslogtreecommitdiff
path: root/src/include/all-keybindings.h
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2025-08-29 13:45:48 -0400
committerLuke from DC <[email protected]>2025-11-01 19:22:36 +0000
commit7433837df6c936ffaadd6af689a83ba4e9c4f64a (patch)
tree0ec6f20b308e03e9d7e0f314d525168fddfeba88 /src/include/all-keybindings.h
parent7e100f3ed4f1279c67d596654b665e3f347ca455 (diff)
downloadmarco-7433837df6c936ffaadd6af689a83ba4e9c4f64a.tar.bz2
marco-7433837df6c936ffaadd6af689a83ba4e9c4f64a.tar.xz
keybindings: Add area screenshot keyboard shortcutHEADmaster
Add Shift+Print keybinding to trigger 'mate-screenshot --area' for interactive area selection. This gives users a dedicated keybinding for area screenshots in addition to the existing Print (screen) and Alt+Print (window) shortcuts. Fixes mate-desktop/marco#157
Diffstat (limited to 'src/include/all-keybindings.h')
-rw-r--r--src/include/all-keybindings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/all-keybindings.h b/src/include/all-keybindings.h
index 992d077f..02452878 100644
--- a/src/include/all-keybindings.h
+++ b/src/include/all-keybindings.h
@@ -194,6 +194,7 @@ keybind (run-command-32, handle_run_command, 31, 0)
keybind (run-command-screenshot, handle_run_command, 32, 0)
keybind (run-command-window-screenshot, handle_run_command, 33, 0)
+keybind (run-command-area-screenshot, handle_run_command, 34, 0)
keybind (run-command-terminal, handle_run_terminal, 0, 0)
keybind (rename-workspace, handle_rename_workspace, 0, 0)