Disclaimer:

Some hints / scripts in this blog are of my own creation, some collected from internet. I wish to give credit to the original creator even if I forget to do so in individual posts.

Apr 9, 2008

Pipe, tab and dollarsign for the hardware keyboard.

pipe tab and dollarsign for the hardware keyboard:
vi /usr/share/X11/xkb/symbols/nokia_vndr/rx-44

In section:


partial alphanumeric_keys
xkb_symbols "fisenoda" {
name[Group1] = "Finnish/Swedish/Norwegian/Danish";

key { [ comma, semicolon, bar, bar ] };
key { [ period, colon, dollar, dollar ] }

In section:

partial default alphanumeric_keys
xkb_symbols "base" {

key { [ space, space, Tab, Tab ] };


Now, pressing FN - , gives | (pipe)
FN - . gives $ (dollarsign)
FN-Space gives Tab.

No comments: