add Rotate Part shortcut key

This commit is contained in:
Eon S. Jeon 2020-07-21 22:56:23 +09:00
parent 011a68fea6
commit 5cdfd9d59f

View File

@ -167,6 +167,7 @@ class KWinDriver implements IDriverContext {
bind("|", "Previous Layout", Shortcut.PreviousLayout);
bind("R", "Rotate", Shortcut.Rotate);
bind("Shift+R", "Rotate Part", Shortcut.RotatePart);
bind("Return", "Set master", Shortcut.SetMaster);