mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Update README.md
This commit is contained in:
@@ -296,14 +296,18 @@ If you don't want this bindings to work you can add
|
|||||||
"skip_hotkeys":1,
|
"skip_hotkeys":1,
|
||||||
```
|
```
|
||||||
|
|
||||||
### Toggle Performance Mode key binding
|
### Toggle Performance Mode or Toggle App Window key binding
|
||||||
|
|
||||||
To change binding for Toggle Performance Modes to ``Ctrl + Shift + KEY``
|
To change binding for Toggle Performance Modes to ``Ctrl + Shift + KEY``
|
||||||
|
|
||||||
```
|
```
|
||||||
"keybind_profile": 116,
|
"keybind_profile": 116,
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To change binding for Toggle App Window to ``Ctrl + Shift + KEY``
|
||||||
|
```
|
||||||
|
"keybind_app": 123,
|
||||||
|
```
|
||||||
|
|
||||||
Where 116 is [numerical code for desired key](https://www.oreilly.com/library/view/javascript-dhtml/9780596514082/apb.html). Put 0 to completely disable this binding.
|
Where 116 is [numerical code for desired key](https://www.oreilly.com/library/view/javascript-dhtml/9780596514082/apb.html). Put 0 to completely disable this binding.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user