Difference between pages "Block devices" and "Configure your multimedia keys"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
(Created page with "Start xev. Move your mouse pointer to the rectangle in it. Type a key. You get an output like this: <pre> KeyPress event, serial 34, synthetic NO, window 0x2c00001, root 0x1...")
 
Line 1: Line 1:
#REDIRECT [[Blocks, block devices and block sizes]]
+
Start xev. Move your mouse pointer to the rectangle in it. Type a key. You get an output like this:
 +
 
 +
<pre>
 +
KeyPress event, serial 34, synthetic NO, window 0x2c00001,
 +
    root 0x15d, subw 0x2c00002, time 229472, (55,47), root:(1315,731),
 +
    state 0x0, keycode 121 (keysym 0x1008ff12, XF86AudioMute), same_screen YES,
 +
    XLookupString gives 0 bytes:
 +
    XmbLookupString gives 0 bytes:
 +
    XFilterEvent returns: False
 +
 
 +
KeyRelease event, serial 34, synthetic NO, window 0x2c00001,
 +
    root 0x15d, subw 0x2c00002, time 229558, (55,47), root:(1315,731),
 +
    state 0x0, keycode 121 (keysym 0x1008ff12, XF86AudioMute), same_screen YES,
 +
    XLookupString gives 0 bytes:
 +
    XFilterEvent returns: False
 +
</pre>
 +
 
 +
[[todo]]

Revision as of 12:58, 26 February 2011

Start xev. Move your mouse pointer to the rectangle in it. Type a key. You get an output like this:

KeyPress event, serial 34, synthetic NO, window 0x2c00001,
    root 0x15d, subw 0x2c00002, time 229472, (55,47), root:(1315,731),
    state 0x0, keycode 121 (keysym 0x1008ff12, XF86AudioMute), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 34, synthetic NO, window 0x2c00001,
    root 0x15d, subw 0x2c00002, time 229558, (55,47), root:(1315,731),
    state 0x0, keycode 121 (keysym 0x1008ff12, XF86AudioMute), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

todo