Created
September 12, 2015 08:39
-
-
Save JrGoodle/79f40243901a0cc50471 to your computer and use it in GitHub Desktop.
Revisions
-
JrGoodle created this gist
Sep 12, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,38 @@ <?xml version="1.0"?> <root> <item> <name>Change shift key x2 to caps lock.</name> <identifier>private.shift_x2_to_capslock</identifier> <block> <modifier_only>ModifierFlag::CAPSLOCK</modifier_only> <autogen> __KeyOverlaidModifier__ KeyCode::SHIFT_L, KeyCode::SHIFT_L, KeyCode::CAPSLOCK, </autogen> <autogen> __KeyOverlaidModifier__ KeyCode::SHIFT_R, KeyCode::SHIFT_R, KeyCode::CAPSLOCK, </autogen> </block> <autogen> __DoublePressModifier__ KeyCode::SHIFT_L, KeyCode::SHIFT_L, KeyCode::CAPSLOCK, </autogen> <autogen> __DoublePressModifier__ KeyCode::SHIFT_R, KeyCode::SHIFT_R, KeyCode::CAPSLOCK, </autogen> </item> </root>