diff --git a/docs/README.md b/docs/README.md index cf8d5663..89c7719a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -244,6 +244,8 @@ You can disable app's OSD (for performance modes, keyboard backlight, etc) by ad - ``Ctrl + M1 / M2`` - Screen brightness Down / Up - ``Shift + M1 / M2`` - Backlight brightness Down / Up +If you don't want this bindings to work you can add ``"skip_hotkeys":1,`` to ``%AppData%\GHelper\config.json`` + ### Keybinding to toggle performance modes (on external keyboards) By default the app will toggle performance modes with Ctr+Shift+F5. You can change this binding by adding ``"keybind_profile": 116`` in config.json (under ``%AppData%\GHelper``), 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.