diff --git a/app/AsusUSB.cs b/app/AsusUSB.cs
index 47a71bb8..eab1420c 100644
--- a/app/AsusUSB.cs
+++ b/app/AsusUSB.cs
@@ -89,11 +89,21 @@ namespace GHelper
if (flags.SleepLid) lid |= 1 << 2;
if (flags.ShutdownLid) lid |= 1 << 3;
+ if (flags.BootLid) lid |= 1 << 4;
+ if (flags.AwakeLid) lid |= 1 << 5;
+ if (flags.SleepLid) lid |= 1 << 6;
+ if (flags.ShutdownLid) lid |= 1 << 7;
+
if (flags.BootRear) rear |= 1 << 0;
if (flags.AwakeRear) rear |= 1 << 1;
if (flags.SleepRear) rear |= 1 << 2;
if (flags.ShutdownRear) rear |= 1 << 3;
+ if (flags.BootRear) rear |= 1 << 4;
+ if (flags.AwakeRear) rear |= 1 << 5;
+ if (flags.SleepRear) rear |= 1 << 6;
+ if (flags.ShutdownRear) rear |= 1 << 7;
+
return new byte[] { 0x5d, 0xbd, 0x01, keyb, bar, lid, rear, 0xFF };
}
@@ -391,6 +401,7 @@ namespace GHelper
flags.SleepLid = AppConfig.IsNotFalse("keyboard_sleep_lid");
flags.ShutdownLid = AppConfig.IsNotFalse("keyboard_shutdown_lid");
+ // Rear Bar
flags.AwakeRear = AppConfig.IsNotFalse("keyboard_awake_lid");
flags.BootRear = AppConfig.IsNotFalse("keyboard_boot_lid");
flags.SleepRear = AppConfig.IsNotFalse("keyboard_sleep_lid");
diff --git a/app/Properties/Strings.de.resx b/app/Properties/Strings.de.resx
index 2d13dc3f..027b85e4 100644
--- a/app/Properties/Strings.de.resx
+++ b/app/Properties/Strings.de.resx
@@ -183,6 +183,9 @@
Schnell
+
+ Lighting Mode
+
Normal
@@ -204,6 +207,21 @@
Stroboskop
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Automatisch anwenden
diff --git a/app/Properties/Strings.es.resx b/app/Properties/Strings.es.resx
index 52a94cc1..20230f51 100644
--- a/app/Properties/Strings.es.resx
+++ b/app/Properties/Strings.es.resx
@@ -183,6 +183,9 @@
Rápido
+
+ Lighting Mode
+
Normal
@@ -204,6 +207,21 @@
Estroboscópico
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Autoaplicar
diff --git a/app/Properties/Strings.fr.resx b/app/Properties/Strings.fr.resx
index b11dc1aa..7f3d6740 100644
--- a/app/Properties/Strings.fr.resx
+++ b/app/Properties/Strings.fr.resx
@@ -163,26 +163,29 @@
Services Asus actifs
- Battery State
+ État de la batterie
Pulsation
- Clockwise
+ Sens horaire
Cycle de couleur
- Comet
+ Comète
- Counterclockwise
+ Sens antihoraire
Rapide
+
+ Lighting Mode
+
Normal
@@ -190,7 +193,7 @@
Arc-en-ciel
- Random
+ Aléatoire
React
@@ -204,8 +207,23 @@
Stroboscopique
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
- Applicage automatique
+ Appliquer automatiquement
Automatique
@@ -226,7 +244,7 @@
Limite de charge
- Battery Health
+ Santé de la batterie
Mise à jour BIOS et pilotes
@@ -285,7 +303,7 @@ Voulez-vous continuer ?
Le mode d'affichage NVIDIA n'est pas réglé sur Optimus
- Energy Settings
+ Paramètres d'énergie
+ d'options
@@ -381,7 +399,7 @@ Voulez-vous continuer ?
Barre lumineuse
- Lighting
+ Éclairage
Logo
@@ -432,19 +450,19 @@ Voulez-vous continuer ?
Angle Snapping
- Auto Power Off After
+ Arrêt automatique après
Lift Off Distance
- Low Battery Warning at
+ Avertissement de batterie faible à
Performance
- Synchronize with mouse
+ Synchroniser avec le pointeur
Multi-zone
@@ -453,7 +471,7 @@ Voulez-vous continuer ?
Désactiver le micro
- Never
+ Jamais
Nouvelles mises à jour
@@ -462,7 +480,7 @@ Voulez-vous continuer ?
Aucune mise à jour disponible
- Not Connected
+ Non connecté
Ouvrir G-Helper
@@ -486,7 +504,7 @@ Voulez-vous continuer ?
Mode Performance
- Peripherals
+ Périphériques
Image / Gif
@@ -507,7 +525,7 @@ Voulez-vous continuer ?
Capture d'écran
- Profile
+ Profil
Quitter
diff --git a/app/Properties/Strings.hu.resx b/app/Properties/Strings.hu.resx
index 3eb74daa..86f7d073 100644
--- a/app/Properties/Strings.hu.resx
+++ b/app/Properties/Strings.hu.resx
@@ -183,6 +183,9 @@
Gyors
+
+ Lighting Mode
+
Normál
@@ -204,6 +207,21 @@
Stroboszkóp
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Automatikus alkalmazás
diff --git a/app/Properties/Strings.it.resx b/app/Properties/Strings.it.resx
index 0849b662..2db0f515 100644
--- a/app/Properties/Strings.it.resx
+++ b/app/Properties/Strings.it.resx
@@ -183,6 +183,9 @@
Veloce
+
+ Lighting Mode
+
Normale
@@ -204,6 +207,21 @@
Strobo
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Auto Applica
diff --git a/app/Properties/Strings.ko.resx b/app/Properties/Strings.ko.resx
index 4ad537b4..9d71af2d 100644
--- a/app/Properties/Strings.ko.resx
+++ b/app/Properties/Strings.ko.resx
@@ -183,6 +183,9 @@
빠르게
+
+ Lighting Mode
+
보통
@@ -204,6 +207,21 @@
Strobe
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
자동 적용
diff --git a/app/Properties/Strings.lt.resx b/app/Properties/Strings.lt.resx
index a2d9553c..5952ab0f 100644
--- a/app/Properties/Strings.lt.resx
+++ b/app/Properties/Strings.lt.resx
@@ -183,6 +183,9 @@
Greitas
+
+ Lighting Mode
+
Normalus
@@ -204,6 +207,21 @@
Blyksniai
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Taikyti automatiškai
diff --git a/app/Properties/Strings.pl.resx b/app/Properties/Strings.pl.resx
index 7be4cbd6..2a174e36 100644
--- a/app/Properties/Strings.pl.resx
+++ b/app/Properties/Strings.pl.resx
@@ -183,6 +183,9 @@
Szybka
+
+ Lighting Mode
+
Normalna
@@ -204,6 +207,21 @@
Stroboskop
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Zastosuj automatycznie
diff --git a/app/Properties/Strings.pt.resx b/app/Properties/Strings.pt.resx
index 3fd76fed..618f1bb5 100644
--- a/app/Properties/Strings.pt.resx
+++ b/app/Properties/Strings.pt.resx
@@ -183,6 +183,9 @@
Rápido
+
+ Lighting Mode
+
Normal
@@ -204,6 +207,21 @@
Estroboscópio
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Auto Apply
diff --git a/app/Properties/Strings.ro.resx b/app/Properties/Strings.ro.resx
index b5de0f92..a80fc749 100644
--- a/app/Properties/Strings.ro.resx
+++ b/app/Properties/Strings.ro.resx
@@ -183,6 +183,9 @@
Rapid
+
+ Lighting Mode
+
Normal
@@ -204,6 +207,21 @@
Stroboscop
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Aplicare automată
diff --git a/app/Properties/Strings.tr.resx b/app/Properties/Strings.tr.resx
index 1f269353..414dc393 100644
--- a/app/Properties/Strings.tr.resx
+++ b/app/Properties/Strings.tr.resx
@@ -183,6 +183,9 @@
Hızlı
+
+ Lighting Mode
+
Normal
@@ -204,6 +207,21 @@
Flaş
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Auto Apply
diff --git a/app/Properties/Strings.uk.resx b/app/Properties/Strings.uk.resx
index 80919d35..16e39457 100644
--- a/app/Properties/Strings.uk.resx
+++ b/app/Properties/Strings.uk.resx
@@ -183,6 +183,9 @@
Швидка
+
+ Lighting Mode
+
Нормальна
@@ -204,6 +207,21 @@
Стробоскоп
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Автоматично
diff --git a/app/Properties/Strings.vi.resx b/app/Properties/Strings.vi.resx
index 618d716e..0cfbffd0 100644
--- a/app/Properties/Strings.vi.resx
+++ b/app/Properties/Strings.vi.resx
@@ -183,6 +183,9 @@
Nhanh
+
+ Lighting Mode
+
Bình thường
@@ -204,6 +207,21 @@
Nhấp nháy
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
Áp dụng tự động
diff --git a/app/Properties/Strings.zh-CN.resx b/app/Properties/Strings.zh-CN.resx
index 841b0405..debd09ea 100644
--- a/app/Properties/Strings.zh-CN.resx
+++ b/app/Properties/Strings.zh-CN.resx
@@ -183,6 +183,9 @@
快速
+
+ Lighting Mode
+
正常
@@ -204,6 +207,21 @@
闪烁
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
自动应用
diff --git a/app/Properties/Strings.zh-TW.resx b/app/Properties/Strings.zh-TW.resx
index bcb730dc..b8f84fa9 100644
--- a/app/Properties/Strings.zh-TW.resx
+++ b/app/Properties/Strings.zh-TW.resx
@@ -183,6 +183,9 @@
快速
+
+ Lighting Mode
+
正常
@@ -204,6 +207,21 @@
閃爍
+
+ All
+
+
+ Dock
+
+
+ Logo
+
+
+ Scrollwheel
+
+
+ Underglow
+
自動套用