Skip to content

Commit

Permalink
* Bug fix: Mouse down/up keys incorrectly released if you type (or pe…
Browse files Browse the repository at this point in the history
…rform some other actions) - issue https://github.com/OptiKey/OptiKey/is
  • Loading branch information
JuliusSweetland committed Apr 28, 2016
1 parent 7dbac06 commit 7378a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/JuliusSweetland.OptiKey/Models/KeyValues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,7 @@ public static List<KeyValue> KeysWhichCanBePressedDown
LeftCtrlKey,
LeftShiftKey,
LeftWinKey,
MouseLeftDownUpKey,
MouseMagnifierKey,
MouseMiddleDownUpKey,
MouseRightDownUpKey,
MultiKeySelectionIsOnKey
})
.ToList();
Expand All @@ -246,8 +243,11 @@ public static List<KeyValue> KeysWhichCanBeLockedDown
LeftCtrlKey,
LeftShiftKey,
LeftWinKey,
MouseLeftDownUpKey,
MouseMagneticCursorKey,
MouseMagnifierKey,
MouseMiddleDownUpKey,
MouseRightDownUpKey,
MultiKeySelectionIsOnKey,
SleepKey
};
Expand Down

0 comments on commit 7378a8f

Please sign in to comment.