-
Notifications
You must be signed in to change notification settings - Fork 0
/
karabiner_private.xml
27 lines (27 loc) · 1.09 KB
/
karabiner_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
<?xml version="1.0"?>
<root>
<item>
<name>Disable Command+H from hiding applications by sending Option+H</name>
<identifier>private.command_h_to_option_h_no_hide</identifier>
<autogen>
__KeyToKey__
KeyCode::H, VK_COMMAND | ModifierFlag::NONE,
KeyCode::H, VK_OPTION
</autogen>
</item>
<item>
<name>Allow right Control_R [→ →] key to move spaces</name>
<identifier>private.control_r_arrow_arrow_to_move_spaces</identifier>
<autogen>__DoublePressModifier__ KeyCode::SHIFT_R, KeyCode::SHIFT_R, KeyCode::VK_STICKY_CONTROL_L</autogen>
</item>
<item>
<name>F16 to CTRL F16</name>
<identifier>private.swap_F16_with_COMMAND_F16</identifier>
<autogen>__KeyToKey__ KeyCode::F16, KeyCode::F16, ModifierFlag::COMMAND_L</autogen>
</item>
<item>
<name>NUMLOCK to CTRL F16</name>
<identifier>private.swap_NUMLOCK_with_COMMAND_F16</identifier>
<autogen>__KeyToKey__ KeyCode::PC_KEYPAD_NUMLOCK, KeyCode::F16, ModifierFlag::COMMAND_L</autogen>
</item>
</root>