Results 1 to 1 of 1
i would like control+some_letter to produce keys that are normally bound to the edit keys. like Home, End....
C-i for example should be converted to Home.
in the file in ...
- 10-22-2005 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 1
xkb: using control as LEVEL_THREE
i would like control+some_letter to produce keys that are normally bound to the edit keys. like Home, End....
C-i for example should be converted to Home.
in the file in /etc/X11/xkb/symbols/ that i use i have:
i have tried several variations of this but couldnt find the correct way.Code:xkb_symbols "kinesis" { include "srvr_ctrl(xfree86)" include "us(basic)" key <LCTL> { symbols[Group1]= [ Control_L ], virtualMods= LevelThree }; key <AD08> { type= "FOUR_LEVEL_ALPHABETIC", symbol[Group1]= [ i, I, Home, Home ] }; modifier_map Control { Control_L, Control_R }; ..... };
can anyone tell me what i am doing wrong here? thx


Reply With Quote
