updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / acpi-eeepc-generic-svn / acpi-eeepc-904HD-events.conf
blobbec2d331e970ab041cd76ef8ae58d683831ae100
2 # Silver buttons
3 KEY_SILVER1="0000001a"  # Blank
4 KEY_SILVER2="0000001b"  # Change resolution
5 KEY_SILVER3="0000001c"  # User 1
6 KEY_SILVER4="0000001d"  # User 2
8 # Fn+F? combination
9 KEY_Fn_F1="00000080"    # Sleep
10 KEY_Fn_F2=("00000010" "00000011") # Wifi toggle
11 KEY_Fn_F3="0000002*"    # Brightness down
12 KEY_Fn_F4="0000002*"    # Brightness up
13 KEY_Fn_F5=("00000030" "00000031" "00000032")    # XRandR
14 KEY_Fn_F6="00000012"    # Task Manager
15 KEY_Fn_F7="00000013"   # Mute
16 KEY_Fn_F8="00000014"   # Volume Down
17 KEY_Fn_F9="00000015"   # Volume Up
19 # Other ACPI events
20 POWER_AC="00000050"
21 POWER_BAT="00000051"
25 # Match previous to functions
26 EEEPC_BLANK=$KEY_SILVER1
27 EEEPC_RESOLUTION=$KEY_SILVER2
28 EEEPC_USER1=$KEY_SILVER3
29 EEEPC_USER2=$KEY_SILVER4
31 EEEPC_SLEEP=$KEY_Fn_F1
32 EEEPC_WIFI_TOGGLE=NONE
33 EEEPC_WIFI_UP=${KEY_Fn_F2[0]}
34 EEEPC_WIFI_DOWN=${KEY_Fn_F2[1]}
35 EEEPC_BRIGHTNESS_DOWN=$KEY_Fn_F3
36 EEEPC_BRIGHTNESS_UP=$KEY_Fn_F4
37 EEEPC_SCREEN_OFF=NONE
38 EEEPC_XRANDR_TOGGLE=NONE
39 EEEPC_XRANDR_CLONE=${KEY_Fn_F5[0]}
40 EEEPC_XRANDR_VGA=${KEY_Fn_F5[1]}
41 EEEPC_XRANDR_LCD=${KEY_Fn_F5[2]}
42 EEEPC_TASKMAN=$KEY_Fn_F6
43 EEEPC_VOL_MUTE=$KEY_Fn_F7
44 EEEPC_VOL_DOWN=$KEY_Fn_F8
45 EEEPC_VOL_UP=$KEY_Fn_F9