KubuntuLaptopKeycodes

Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2006-07-09 13:33:33
Size: 1319
Editor: clj46-234
Comment:
Revision 4 as of 2006-07-09 13:59:09
Size: 1449
Editor: clj46-234
Comment: merged same keycodes
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
|| '''Key''' || '''HP nw8240''' [[BR]] LukaRenko || '''Toshiba xxx''' [[BR]] ["Hobbsee"] || || '''Key''' || '''HP nw8240''' [[BR]] LukaRenko || '''Toshiba A10 Satellite''' [[BR]] ["Hobbsee"] ||
Line 8: Line 8:
|| Battery || 241 || || || Battery/Power modes || 241 || 241 ||
Line 15: Line 15:
|| Lock screen || || 146 ||
Line 17: Line 18:
Note: you can get keycode by running {{{xev}}} program from command line (termina/Konsole) and then pressing the special laptop keys and searching for keycode, for example output: Note: you can get keycode by running {{{xev}}} program from command line (termina/Konsole) and then pressing the special laptop keys and searching for keycode, for example output
Line 31: Line 33:

An easier way to do this is to run:

{{{
xev | grep keycode
}}}

I am working on KubuntuLaptopButtons spec for Edgy and would like to get more reports on keycodes from laptop users.

Please add your notebook (with your nick) to this table - if you have a key which is not listed, please add new row.

Key

HP nw8240 BR LukaRenko

Toshiba A10 Satellite BR ["Hobbsee"]

Sleep

223

223

Hibernate

165

Battery/Power modes

241

241

Info

245

Presentation

205

Mute

160

160

Volume Down

174

Volume Up

176

Eject

36

Lock screen

146

Note: you can get keycode by running xev program from command line (termina/Konsole) and then pressing the special laptop keys and searching for keycode, for example output

KeyPress event, serial 28, synthetic NO, window 0x5000001,
    root 0x76, subw 0x0, time 1400690129, (70,50), root:(74,102),
    state 0x0, keycode 223 (keysym 0x1008ff10, XF86Standby), same_screen YES,
    XLookupString gives 0 bytes:
    XmbLookupString gives 0 bytes:
    XFilterEvent returns: False

KeyRelease event, serial 28, synthetic NO, window 0x5000001,
    root 0x76, subw 0x0, time 1400690129, (70,50), root:(74,102),
    state 0x0, keycode 223 (keysym 0x1008ff10, XF86Standby), same_screen YES,
    XLookupString gives 0 bytes:

An easier way to do this is to run:

xev | grep keycode

KubuntuLaptopKeycodes (last edited 2009-03-02 11:17:29 by 195-241-206-92)