-
Notifications
You must be signed in to change notification settings - Fork 0
/
private.xml
71 lines (64 loc) · 3.33 KB
/
private.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0"?>
<root>
<devicevendordef>
<vendorname>COOLER_MASTER</vendorname>
<vendorid>0x2516</vendorid>
</devicevendordef>
<deviceproductdef>
<productname>QUICKFIRE_RAPID_KEYBOARD</productname>
<productid>0x0004</productid>
</deviceproductdef>
<item>
<name>Quickfire rapid (Mavericks - Svenska Pro)</name>
<appendix>Media keys, backqoute/section mappings.</appendix>
<item>
<name>Swap less/greater-than and Section</name>
<identifier>private.swap_less_greater_than_and_section</identifier>
<device_only>DeviceVendor::COOLER_MASTER, DeviceProduct::QUICKFIRE_RAPID_KEYBOARD</device_only>
<autogen>__KeyToKey__ KeyCode::BACKQUOTE, KeyCode::SWEDISH_SECTION</autogen>
<autogen>__KeyToKey__ KeyCode::DANISH_DOLLAR, KeyCode::BACKQUOTE</autogen>
</item>
<item>
<name>F1 - F4 on Fn (Use only when "F1-F4 Brightness, Exposé, Launchpad" is activated)</name>
<identifier>private.fn_f1_f4</identifier>
<device_only>DeviceVendor::COOLER_MASTER, DeviceProduct::QUICKFIRE_RAPID_KEYBOARD</device_only>
<autogen>
__KeyToKey__
ConsumerKeyCode::BRIGHTNESS_DOWN, ModifierFlag::FN,
KeyCode::F1
</autogen>
</item>
<item>
<name>F1-F4 Brightness, Exposé, Launchpad</name>
<identifier>private.f1_f4</identifier>
<device_only>DeviceVendor::COOLER_MASTER, DeviceProduct::QUICKFIRE_RAPID_KEYBOARD</device_only>
<autogen>__KeyToKey__ KeyCode::F1, KeyCode::BRIGHTNESS_DOWN</autogen>
<autogen>__KeyToKey__ KeyCode::F2, KeyCode::BRIGHTNESS_UP</autogen>
<autogen>__KeyToKey__ KeyCode::F3, KeyCode::EXPOSE_ALL</autogen>
<autogen>__KeyToKey__ KeyCode::F4, KeyCode::LAUNCHPAD</autogen>
</item>
<item>
<name>Media keys</name>
<identifier>private.media_keys</identifier>
<device_only>DeviceVendor::COOLER_MASTER, DeviceProduct::QUICKFIRE_RAPID_KEYBOARD</device_only>
<autogen>__KeyToKey__ KeyCode::F5, ConsumerKeyCode::MUSIC_PLAY</autogen>
<autogen>__KeyToKey__ KeyCode::F7, ConsumerKeyCode::MUSIC_PREV</autogen>
<autogen>__KeyToKey__ KeyCode::F8, ConsumerKeyCode::MUSIC_NEXT</autogen>
<autogen>__KeyToKey__ KeyCode::F10, ConsumerKeyCode::VOLUME_MUTE</autogen>
<autogen>__KeyToKey__ KeyCode::F11, ConsumerKeyCode::VOLUME_DOWN</autogen>
<autogen>__KeyToKey__ KeyCode::F12, ConsumerKeyCode::VOLUME_UP</autogen>
</item>
<item>
<name>F5, F7, F8, F9, F10, F11, F12 on Fn (Use only when "Media keys" is activated. F9 is the same with or without Fn key pressed)</name>
<identifier>private.fn_f5_f12</identifier>
<device_only>DeviceVendor::COOLER_MASTER, DeviceProduct::QUICKFIRE_RAPID_KEYBOARD</device_only>
<autogen>__KeyToKey__ ConsumerKeyCode::MUSIC_PLAY, KeyCode::FN, KeyCode::F5</autogen>
<autogen>__KeyToKey__ ConsumerKeyCode::MUSIC_PREV, KeyCode::FN, KeyCode::F7</autogen>
<autogen>__KeyToKey__ ConsumerKeyCode::MUSIC_NEXT, KeyCode::FN, KeyCode::F8</autogen>
<autogen>__KeyToKey__ KeyCode::F9, KeyCode::FN, KeyCode::F9</autogen>
<autogen>__KeyToKey__ ConsumerKeyCode::VOLUME_MUTE, KeyCode::FN, KeyCode::F10</autogen>
<autogen>__KeyToKey__ ConsumerKeyCode::VOLUME_DOWN, KeyCode::FN, KeyCode::F11</autogen>
<autogen>__KeyToKey__ ConsumerKeyCode::VOLUME_UP, KeyCode::FN, KeyCode::F12</autogen>
</item>
</item>
</root>