From 0dba6d7a420db3aafd8b6ae6906e63e36ec6da24 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:09:42 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 6b9fa610..2d7a0b0b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -235,13 +235,16 @@ You can disable app's OSD (for performance modes, keyboard backlight, etc) by ad "disable_osd": 1, ``` +### Extra Keybindings +``Ctrl + Shift + F5`` - Toggle Performance Modes +``Ctrl + Shift + F12`` - Open G-Helper window +``Ctrl + M1 / M2`` - Screen brightness Down / Up +``Shift + M1 / M2`` - Backlight brightness Down / Up + ### 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. -### Keybinding to open G-helper from external keyboards -Ctrl + Shift + F12 - ------------ **Libraries / projects used**