Skip to content

Commit

Permalink
changed default keyboard shortcut for fullscreen window to cmd and dash.
Browse files Browse the repository at this point in the history
  • Loading branch information
MkuuWaUjinga committed Jun 26, 2017
1 parent c0bf452 commit d33bfc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defaultKeybindingsAlignment
keyBindings := Dictionary new
add: '<Cmd-left>'->'alignLeft';
add: '<Cmd-right>'->'alignRight';
add: '<Cmd-l>'->'alignFull';
add: '<Cmd-->'->'alignFull';
add: '<Cmd-k>'->'alignLastUsedWindows';
yourself.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"alignmentActive:" : "jh 6/1/2017 16:07",
"dashboardActive" : "jh 6/8/2017 11:51",
"dashboardActive:" : "jh 6/1/2017 16:07",
"defaultKeybindingsAlignment" : "jh 6/15/2017 13:50",
"defaultKeybindingsAlignment" : "adz 6/26/2017 10:40",
"defaultKeybindingsDashboard" : "adz 6/16/2017 20:46",
"defaultKeybindingsSwitching" : "adz 6/16/2017 20:40",
"descriptionToActionBindings" : "adz 6/21/2017 17:20",
Expand Down

0 comments on commit d33bfc1

Please sign in to comment.