summary refs log tree commit diff
path: root/Library/Application Support/Karabiner/private.xml
blob: 6add38fa8a9f02baaecdbaaf20bfafd1e46366b3 (plain) (blame)
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
<?xml version="1.0"?>
<root>
  <devicevendordef>
    <vendorname>LEOPOLD</vendorname>
    <vendorid>0x0853</vendorid>
  </devicevendordef>

  <deviceproductdef>
    <productname>FC660C</productname>
    <productid>0x0134</productid>
  </deviceproductdef>

  <item>
    <name>Leopold Media Control</name>
    <identifier>private.leopold_media_control</identifier>
    <device_only>DeviceVendor::LEOPOLD, DeviceProduct::FC660C</device_only>

    <appendix>Rebind Ctrl+Help to Volume Up</appendix>
    <autogen>__KeyToKey__ KeyCode::HELP, ModifierFlag::CONTROL_R, ConsumerKeyCode::VOLUME_UP</autogen>

    <appendix>Rebind Ctrl+Delete to Volume Down</appendix>
    <autogen>__KeyToKey__ KeyCode::FORWARD_DELETE, ModifierFlag::CONTROL_R, ConsumerKeyCode::VOLUME_DOWN</autogen>

    <appendix>Rebind Help to Play/Pause</appendix>
    <autogen>__KeyToKey__ KeyCode::HELP, ConsumerKeyCode::MUSIC_PLAY</autogen>

    <appendix>Rebind Delete to Next</appendix>
    <autogen>__KeyToKey__ KeyCode::FORWARD_DELETE, ConsumerKeyCode::MUSIC_NEXT</autogen>
  </item>

  <item>
    <name>Back/Forward Mouse Buttons to Space Switching</name>
    <identifier>private.bfmb_spaces</identifier>
    <device_only>DeviceVendor::LOGITECH, DeviceProduct::LOGITECH_UNIFYING_0xc52b</device_only>

    <appendix>Button 4 to Control+L</appendix>
    <autogen>__KeyToKey__ PointingButton::BUTTON4, KeyCode::L, ModifierFlag::CONTROL_L</autogen>

    <appendix>Button 5 to Control+H</appendix>
    <autogen>__KeyToKey__ PointingButton::BUTTON5, KeyCode::H, ModifierFlag::CONTROL_L</autogen>
  </item>
</root>