keyboard - Remap Fn-Key or Win-L-Key on Kubuntu - Ask Ubuntu
my keyboard has no key <, > , |. on windows installed little tool map symbols win-l-key. on linux doesn't work. i've tried xmodmap map <, > , | win-l-key, < , > works. xmodmap config file
keycode 133 = less greater bar
also mapping other symbol @ third position doesn't work. in firefox nothing works (<, > , | aren't working).
i couldn't map fn-key xmodmap, because there no reaction when start xev , press fn-key.
after tried kde shortcuts, can't map fn-key or win-l-key. kde shows nothing when press 1 of both keys (others keys working here).
so whats wrong keyboard? or ubuntu problem?
keycode 133 = less greater bar
those 3 keysym means: press key; press shift; press mode_switch.
so need setup mode_switch key, null.
eg: use shift_r (0x3e) mode_switch
keycode 0x3e = mode_switch mode_switch
fn-key can not seen xev or xmodmap.
Comments
Post a Comment