Revert window switching shortcuts since it broke something...
This commit is contained in:
parent
1a4ff38017
commit
0370593531
|
@ -138,18 +138,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
ksmserver = {
|
|
||||||
"Lock Session" = ["Screensaver" "Meta+Alt+L"];
|
|
||||||
};
|
|
||||||
kwin = {
|
kwin = {
|
||||||
"Walk Through Windows of Current Application" = "Alt+`";
|
"Walk Through Windows of Current Application" = "Alt+`";
|
||||||
"Walk Through Windows of Current Application (Reverse)" = "Alt+¬";
|
"Walk Through Windows of Current Application (Reverse)" = "Alt+¬";
|
||||||
"ToggleMouseClick" = "Meta+*";
|
"ToggleMouseClick" = "Meta+*";
|
||||||
"Expose" = "Meta+,";
|
|
||||||
"Switch Window Down" = "Meta+J";
|
|
||||||
"Switch Window Left" = "Meta+H";
|
|
||||||
"Switch Window Right" = "Meta+L";
|
|
||||||
"Switch Window Up" = "Meta+K";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue