Revised hotkey bindings to remove script requirement.

This commit is contained in:
Fmstrat
2019-03-28 10:53:51 -04:00
parent 4758f67501
commit 4488d9e97a
4 changed files with 168 additions and 103 deletions

View File

@@ -3,17 +3,3 @@ WinTile: Windows 10 window tiling for GNOME
WinTile is a hotkey driven window tiling system for GNOME that imitates the standard `Win-Arrow` keys of Windows 10, allowing you to maximize, maximize to sides, or 1/4 sized to corner a window using just `<Super>`+`<Arrows>`.
<img src='demo.gif'>
Selecting the Super key
-----------------------
By default, this extension uses `<Super><Control><Shift>`+`<Arrows>` to move windows. This is because `<Super>`+`<Arrows>` is reserved by GNOME in the keyboard shortcut settings. The below script will toggle these default key bindings so you can use `<Super>`+`<Arrows>` for this extension.
To use `<Super>`+`<Arrows>` for this extension:
```
$ bash ~/.local/share/gnome-shell/extensions/wintile@nowsci.com/setHotKey.sh Super
```
To reset `<Super>`+`<Arrows>` to default for GNOME:
```
$ bash ~/.local/share/gnome-shell/extensions/wintile@nowsci.com/setHotKey.sh ControlShiftSuper
```