Skip to content

Commit

Permalink
BUG-FIX Не отключался NAV-режим при зажатом SHIFT
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-ecoder committed Oct 8, 2024
1 parent 9ff72eb commit 482a54f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/sateda/keyonekb2/KeyoneIME.java
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ && IsViewModeKeyCode(keyCode, event.getMetaState())
*/

if (IsNavMode() && !IsNavModeExtraKeyTransparency(keyCode)) {
//AnyButtonPressOnHoldPlusButtonTime = event.getEventTime();

boolean rez = ProcessCoreOnKeyDown(keyCode, event, navKeyProcessorsMap);
if(rez) {
ProcessOnCursorMovement(getCurrentInputEditorInfo());
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/raw/keyboard_mechanics.json
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,8 @@
},
{
"meta-mode-method-names": [
"MetaIsShiftPressed"
"MetaIsShiftPressed",
"MetaIsDisabled"
],
"action-method-name": "ActionDoNothing",
"stop-processing-at-success-result": true
Expand Down

0 comments on commit 482a54f

Please sign in to comment.