mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-30 22:51:07 +02:00
@ -145,6 +145,7 @@ class KeyModifier
|
|||||||
case KeyEvent.KEYCODE_DPAD_LEFT: return "home";
|
case KeyEvent.KEYCODE_DPAD_LEFT: return "home";
|
||||||
case KeyEvent.KEYCODE_DPAD_RIGHT: return "end";
|
case KeyEvent.KEYCODE_DPAD_RIGHT: return "end";
|
||||||
case KeyEvent.KEYCODE_ESCAPE: return "insert";
|
case KeyEvent.KEYCODE_ESCAPE: return "insert";
|
||||||
|
case KeyEvent.KEYCODE_TAB: return "\\t";
|
||||||
default: return null;
|
default: return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -242,7 +243,6 @@ class KeyModifier
|
|||||||
case '⊃': return "⊇";
|
case '⊃': return "⊇";
|
||||||
case '±': return "∓";
|
case '±': return "∓";
|
||||||
// other
|
// other
|
||||||
case '\t': return "\\t";
|
|
||||||
case ' ': return "nbsp";
|
case ' ': return "nbsp";
|
||||||
default: return null;
|
default: return null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user