As I find them not very usable for browsing, I was searching for a way how to give them much useful role: eg. Page Down/Page Up.
My Ubuntu uses XKB, so here is the receipe:
- open /usr/share/X11/xkb/symbols/inet
- change lines
key <I166> { [ XF86Back ] };
key <I167> { [ XF86Forward ] };to
key <I166> { [ Prior ] };
key <I167> { [ Next ] }; - restart the computer
Žádné komentáře:
Okomentovat