File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Falcon BMS Alternative Launcher/Windows Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,20 @@ private void KeyMappingGrid_KeyDown()
274
274
if ( catchedScanCode == 0 )
275
275
return ;
276
276
277
+ //QWERTY comm menu avoid.
278
+ if ( ( Microsoft . DirectX . DirectInput . Key ) catchedScanCode == Microsoft . DirectX . DirectInput . Key . Q && ! Shift && ! Ctrl && ! Alt )
279
+ return ;
280
+ if ( ( Microsoft . DirectX . DirectInput . Key ) catchedScanCode == Microsoft . DirectX . DirectInput . Key . W && ! Shift && ! Ctrl && ! Alt )
281
+ return ;
282
+ if ( ( Microsoft . DirectX . DirectInput . Key ) catchedScanCode == Microsoft . DirectX . DirectInput . Key . E && ! Shift && ! Ctrl && ! Alt )
283
+ return ;
284
+ if ( ( Microsoft . DirectX . DirectInput . Key ) catchedScanCode == Microsoft . DirectX . DirectInput . Key . R && ! Shift && ! Ctrl && ! Alt )
285
+ return ;
286
+ if ( ( Microsoft . DirectX . DirectInput . Key ) catchedScanCode == Microsoft . DirectX . DirectInput . Key . T && ! Shift && ! Ctrl && ! Alt )
287
+ return ;
288
+ if ( ( Microsoft . DirectX . DirectInput . Key ) catchedScanCode == Microsoft . DirectX . DirectInput . Key . Y && ! Shift && ! Ctrl && ! Alt )
289
+ return ;
290
+
277
291
Pinky pinkyStatus = Pinky . UnShift ;
278
292
if ( Select_PinkyShift . IsChecked == false )
279
293
pinkyStatus = Pinky . Shift ;
You can’t perform that action at this time.
0 commit comments