This commit is contained in:
Sean Kovacs 2026-02-16 11:19:04 -05:00
commit 44c97b0dc0
Signed by: sckova
GPG key ID: 00F325187C68651A
6 changed files with 511 additions and 29 deletions

View file

@ -512,10 +512,18 @@
"Mod+W".action.toggle-column-tabbed-display = { };
"Print".action.screenshot = { };
"Mod+Shift+S".action.screenshot = { };
"Ctrl+Print".action.screenshot-screen = { };
"Alt+Print".action.screenshot-window = { };
"Print".action.screenshot = {
show-pointer = false;
};
"Mod+Shift+S".action.screenshot = {
show-pointer = false;
};
"Ctrl+Print".action.screenshot-screen = {
show-pointer = false;
};
"Alt+Print".action.screenshot-window = {
show-pointer = false;
};
"Mod+Escape" = {
action.toggle-keyboard-shortcuts-inhibit = { };