Skip to content

Commit d33bfc1

Browse files
author
MkuuWaUjinga
committed
changed default keyboard shortcut for fullscreen window to cmd and dash.
1 parent c0bf452 commit d33bfc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/WindowAcrobatics-Core.package/WAHandler.class/class/defaultKeybindingsAlignment.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defaultKeybindingsAlignment
66
keyBindings := Dictionary new
77
add: '<Cmd-left>'->'alignLeft';
88
add: '<Cmd-right>'->'alignRight';
9-
add: '<Cmd-l>'->'alignFull';
9+
add: '<Cmd-->'->'alignFull';
1010
add: '<Cmd-k>'->'alignLastUsedWindows';
1111
yourself.
1212

packages/WindowAcrobatics-Core.package/WAHandler.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"alignmentActive:" : "jh 6/1/2017 16:07",
2727
"dashboardActive" : "jh 6/8/2017 11:51",
2828
"dashboardActive:" : "jh 6/1/2017 16:07",
29-
"defaultKeybindingsAlignment" : "jh 6/15/2017 13:50",
29+
"defaultKeybindingsAlignment" : "adz 6/26/2017 10:40",
3030
"defaultKeybindingsDashboard" : "adz 6/16/2017 20:46",
3131
"defaultKeybindingsSwitching" : "adz 6/16/2017 20:40",
3232
"descriptionToActionBindings" : "adz 6/21/2017 17:20",

0 commit comments

Comments
 (0)