mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-25 05:46:20 +02:00
Avoid showing some symbols twice in Fn mode
This commit is contained in:
@@ -14,6 +14,8 @@ class KeyEventHandler implements Config.IKeyEventHandler
|
||||
public void handleKeyUp(KeyValue key, int flags)
|
||||
{
|
||||
key = KeyModifier.handleFlags(key, flags);
|
||||
if (key == null || (key.flags & KeyValue.FLAG_NOCHAR) != 0)
|
||||
return;
|
||||
switch (key.eventCode)
|
||||
{
|
||||
case KeyValue.EVENT_CONFIG: _recv.showKeyboardConfig(); return;
|
||||
|
Reference in New Issue
Block a user