Hello,<br><br>I have a Japanese Powerbook G4 I'm creating a custom layout for. I have created a xkb_symbols entry in the relevant file in /usr/share/X11/xkb/symbols (Debian Lenny system) directory and added entries for some non-modifier keys. It works.<br>
<br>However, to implement the rest of the layout I need to perform the following remappings involving modifier keys:<br><br>Control_L -> [ apostrophe, quotedbl ]<br><br>Caps Lock -> "Alt Gr"<br><br>Alt_L -> [ less, greater ] <br>
<br>Super_L (this is the left "Command" key) -> Alt/Meta<br><br>Hiragana_Katakana -> Control<br><br>Eisu_toggle -> Control<br><br>KP_Enter (KPEN?) -> Alt/Meta<br><br><br>Thus, I want to remap non-modifier keys to modifier keys, modifier-keys to non-modifying keys and from one modifier-key to another modifier key. <br>
<br>I have been trying all day getting at least some of these mappings to work but not much success I am afraid. I first tried the xmodmap route but I am under the impression that this should be possible using only xkb using modifier_maps and the like.<br>
<br>Perhaps someone could would care to supply me with a suitable strategy here?<br><br>-Tobias<br><br>