Comment #2 on issue 4812 by
yus...@chromium.org: Support 'Kor/Eng' (한/영)
Jungshik, can you please let me know X11 keysyms of the keys when you have
time? I don't have a Korean USB keyboard.
Here is the instruction (just in case):
1. connect a Korean USB keyboard to your netbook.
2. boot Chromium OS
3. login
4. make sure you're using the "US" layout
5. press ctrl+alt+t
6. on the command line prompt, start xev
7. hover the mouse cursor on xev window and press the 'Kor/Eng' key
8. press ctrl+tab to switch back to xterm
9. check X11 keysym of the key. Please find a line like:
KeyRelease event, serial 33, synthetic NO, window 0x5400001,
root 0x27a, subw 0x5400002, time 2338996875, (28,42), root:(42,126),
state 0x11, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
10. Do the same thing for the 'Hanja' key
I would like to know whether the US XKB layout supports 'Kor/Eng'
and 'Hanja' keys or not. I guess it's not supported on Chrome/Chromium OS
since HNGL and HJCV keycodes, that are defined in
/build/x86-generic/usr/share/X11/xkb/keycodes/xfree86, do not appear in
/build/x86-generic/usr/share/X11/xkb/symbols.
// Keys that are generated on Korean keyboards
alias <HNGL> = <FK16>; // Hangul Latin toggle
alias <HJCV> = <FK17>; // Hangul to Hanja conversion
("Evdev Standardized Keycodes" section in
/build/x86-generic/usr/share/X11/xkb/symbols/inet converts HNGL to Hangul,
HJCV to Hangul_Hanja, but it's for evdev which we don't use.)
Thanks!