mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
Fix tab key mapping for hardware keyboard
This commit is contained in:
@@ -271,6 +271,7 @@ public class KeyboardMapper {
|
||||
keymapAndroid[KeyEvent.KEYCODE_DEL] = VK_BACK;
|
||||
keymapAndroid[KeyEvent.KEYCODE_ENTER] = VK_RETURN;
|
||||
keymapAndroid[KeyEvent.KEYCODE_SPACE] = VK_SPACE;
|
||||
keymapAndroid[KeyEvent.KEYCODE_TAB] = VK_TAB;
|
||||
// keymapAndroid[KeyEvent.KEYCODE_SHIFT_LEFT] = VK_LSHIFT;
|
||||
// keymapAndroid[KeyEvent.KEYCODE_SHIFT_RIGHT] = VK_RSHIFT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user