File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,15 @@ public Extra()
206
206
labelFNF4 . Visible = comboFNF4 . Visible = textFNF4 . Visible = false ;
207
207
}
208
208
209
+ if ( AppConfig . IsVivoZenPro ( ) )
210
+ {
211
+ labelM1 . Visible = comboM1 . Visible = textM1 . Visible = false ;
212
+ labelM2 . Visible = comboM2 . Visible = textM2 . Visible = false ;
213
+ labelM3 . Visible = comboM3 . Visible = textM3 . Visible = false ;
214
+ labelFNF4 . Visible = comboFNF4 . Visible = textFNF4 . Visible = false ;
215
+ labelM4 . Text = "FN+F12" ;
216
+ }
217
+
209
218
if ( AppConfig . MediaKeys ( ) )
210
219
{
211
220
labelFNF4 . Visible = comboFNF4 . Visible = textFNF4 . Visible = false ;
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ public void RegisterKeys()
152
152
hook . RegisterHotKey ( ModifierKeys . Shift | ModifierKeys . Control , Keys . F20 ) ;
153
153
}
154
154
155
- if ( ! AppConfig . IsZ13 ( ) && ! AppConfig . IsAlly ( ) )
155
+ if ( ! AppConfig . IsZ13 ( ) && ! AppConfig . IsAlly ( ) && ! AppConfig . IsVivoZenPro ( ) )
156
156
{
157
157
if ( actionM1 is not null && actionM1 . Length > 0 ) hook . RegisterHotKey ( ModifierKeys . None , Keys . VolumeDown ) ;
158
158
if ( actionM2 is not null && actionM2 . Length > 0 ) hook . RegisterHotKey ( ModifierKeys . None , Keys . VolumeUp ) ;
You can’t perform that action at this time.
0 commit comments