aaa
This commit is contained in:
parent
2ebb128a7e
commit
44c97b0dc0
6 changed files with 511 additions and 29 deletions
|
|
@ -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 = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue