[maemo-users] Remapping the N900 arrow keys
From: Mustali Dalal archebyte at gmail.comDate: Sat Dec 19 12:44:00 EET 2009
- Previous message: Remapping the N900 arrow keys
- Next message: Remapping the N900 arrow keys
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Is there a list of all the symbol enumerations available somewhere? I want to remap the Fn+Up arrow to the pipe symbol. dead_pipe didn't work :) Thanks! On Thu, Dec 17, 2009 at 1:21 PM, Alberto Garcia <agarcia at igalia.com> wrote: > On Thu, Dec 17, 2009 at 11:55:25AM +0100, Alberto Garcia wrote: > > > I wonder how I can remap the arrow keys so that pressing them in > > combination with Fn produces the symbols that I'm missing. > > Here's the answer: > > /usr/share/X11/xkb/symbols/nokia_vndr/rx-51 > > xkb_symbols "arrows_4btns" { > // standard arrows mapping > // normal 2nd level must not be enumerated to allow text selection with > Shift key > key <UP> { type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ Up, > dead_circumflex ] }; > key <LEFT> { type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ Left, > dead_acute ] }; > key <DOWN> { type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ Down, > dead_tilde ] }; > key <RGHT> { type[Group1] = "PC_FN_LEVEL2", symbols[Group1] = [ Right, > dead_grave ] }; > }; > > Hope you find it useful! > > Berto > _______________________________________________ > maemo-users mailing list > maemo-users at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.maemo.org/pipermail/maemo-users/attachments/20091219/4855170f/attachment.htm
- Previous message: Remapping the N900 arrow keys
- Next message: Remapping the N900 arrow keys
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]