diff --git a/app/Properties/Strings.de.resx b/app/Properties/Strings.de.resx index 7de72400..bc643955 100644 --- a/app/Properties/Strings.de.resx +++ b/app/Properties/Strings.de.resx @@ -446,6 +446,12 @@ Trotzdem fortfahren? Beim Start ausführen + + Screenpad Brightness Down + + + Screenpad Brightness Up + Herunterfahren diff --git a/app/Properties/Strings.es.resx b/app/Properties/Strings.es.resx index e4f94c2a..6783e191 100644 --- a/app/Properties/Strings.es.resx +++ b/app/Properties/Strings.es.resx @@ -446,6 +446,12 @@ Ejecutar al inicio + + Screenpad Brightness Down + + + Screenpad Brightness Up + Al apagar diff --git a/app/Properties/Strings.fr.resx b/app/Properties/Strings.fr.resx index ef26d888..9043b46b 100644 --- a/app/Properties/Strings.fr.resx +++ b/app/Properties/Strings.fr.resx @@ -446,6 +446,12 @@ Do you still want to continue? Exécuter au démarrage + + Screenpad Brightness Down + + + Screenpad Brightness Up + Arrêter diff --git a/app/Properties/Strings.hu.resx b/app/Properties/Strings.hu.resx index 6a5e1791..4d610b40 100644 --- a/app/Properties/Strings.hu.resx +++ b/app/Properties/Strings.hu.resx @@ -446,6 +446,12 @@ Do you still want to continue? Futtatás rendszerindításkor + + Screenpad Brightness Down + + + Screenpad Brightness Up + Leállítás diff --git a/app/Properties/Strings.it.resx b/app/Properties/Strings.it.resx index 1b8744f6..f1dee776 100644 --- a/app/Properties/Strings.it.resx +++ b/app/Properties/Strings.it.resx @@ -446,6 +446,12 @@ Sei sicuro di voler continuare? Esegui all'Avvio + + Screenpad Brightness Down + + + Screenpad Brightness Up + Spegnimento diff --git a/app/Properties/Strings.ko.resx b/app/Properties/Strings.ko.resx index 6c870b39..82fd7671 100644 --- a/app/Properties/Strings.ko.resx +++ b/app/Properties/Strings.ko.resx @@ -446,6 +446,12 @@ Do you still want to continue? 시스템 시작 시 실행 + + Screenpad Brightness Down + + + Screenpad Brightness Up + 꺼짐 diff --git a/app/Properties/Strings.pl.resx b/app/Properties/Strings.pl.resx index cf602691..73487072 100644 --- a/app/Properties/Strings.pl.resx +++ b/app/Properties/Strings.pl.resx @@ -446,6 +446,12 @@ Nadal chcesz kontynuować? Uruchom przy starcie systemu + + Zmniejsz jasność ScreenPad + + + Zwiększ jasność ScreenPad + Zamknij diff --git a/app/Properties/Strings.pt.resx b/app/Properties/Strings.pt.resx index 45e2e380..edc342e1 100644 --- a/app/Properties/Strings.pt.resx +++ b/app/Properties/Strings.pt.resx @@ -446,6 +446,12 @@ Do you still want to continue? Executar ao iniciar + + Screenpad Brightness Down + + + Screenpad Brightness Up + Desligar diff --git a/app/Properties/Strings.ro.resx b/app/Properties/Strings.ro.resx index 0241aac6..ba9a894f 100644 --- a/app/Properties/Strings.ro.resx +++ b/app/Properties/Strings.ro.resx @@ -446,6 +446,12 @@ Do you still want to continue? Run on Startup + + Screenpad Brightness Down + + + Screenpad Brightness Up + Shutdown diff --git a/app/Properties/Strings.tr.resx b/app/Properties/Strings.tr.resx index 946f5e5b..43093909 100644 --- a/app/Properties/Strings.tr.resx +++ b/app/Properties/Strings.tr.resx @@ -446,6 +446,12 @@ Do you still want to continue? Başlangıçta Çalıştır + + Screenpad Brightness Down + + + Screenpad Brightness Up + Kapalı diff --git a/app/Properties/Strings.uk.resx b/app/Properties/Strings.uk.resx index ce15ff74..bc9e7b09 100644 --- a/app/Properties/Strings.uk.resx +++ b/app/Properties/Strings.uk.resx @@ -446,6 +446,12 @@ Запускати на старті + + Screenpad Brightness Down + + + Screenpad Brightness Up + Вимикання diff --git a/app/Properties/Strings.vi.resx b/app/Properties/Strings.vi.resx index 850171d1..78649a92 100644 --- a/app/Properties/Strings.vi.resx +++ b/app/Properties/Strings.vi.resx @@ -446,6 +446,12 @@ Do you still want to continue? Chạy khi khởi động + + Screenpad Brightness Down + + + Screenpad Brightness Up + Tắt nguồn diff --git a/app/Properties/Strings.zh-CN.resx b/app/Properties/Strings.zh-CN.resx index e023c456..e270443d 100644 --- a/app/Properties/Strings.zh-CN.resx +++ b/app/Properties/Strings.zh-CN.resx @@ -446,6 +446,12 @@ 开机自启 + + Screenpad亮度降低 + + + Screenpad亮度增加 + 关机时 diff --git a/app/Properties/Strings.zh-TW.resx b/app/Properties/Strings.zh-TW.resx index 23e07a8e..88d7b304 100644 --- a/app/Properties/Strings.zh-TW.resx +++ b/app/Properties/Strings.zh-TW.resx @@ -446,6 +446,12 @@ 開機自動開啟 + + 第二觸控螢幕亮度降低 + + + 第二觸控螢幕亮度提高 + 關機時 diff --git a/docs/README.md b/docs/README.md index 2e8aea3d..ff8eb465 100644 --- a/docs/README.md +++ b/docs/README.md @@ -216,7 +216,7 @@ App supports custom actions for M3, M4 and FN+F4 hotkeys. To set them select "Cu 2. To simulate any windows key - put appropriate keycode into "action" field, for example ``0x2C`` for Print screen. Full list of keycodes https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes -![Screenshot 2023-06-04 232848](https://github.com/seerge/g-helper/assets/5920850/3db6f058-af2b-4220-9ac9-3b812ab09903) +![Screenshot 2023-07-17 192155](https://github.com/seerge/g-helper/assets/5920850/e450e124-1589-4787-bce8-7c37ffe72fbd) ### Workaround for [bugged bios on G15](https://github.com/seerge/g-helper/issues/253) when external monitor is connected