Created
July 28, 2015 22:47
Revisions
-
Lucas Neves Martins created this gist
Jul 28, 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,36 @@ <?xml version="1.0"?> <root> <item> <name>Homerow Arrow Keys (Dvorak)</name> <appendix>Change Fn+C to Move Up</appendix> <appendix>Change Fn+T to Move Down</appendix> <appendix>Change Fn+H to Move Left</appendix> <appendix>Change Fn+S to Move Right</appendix> <identifier>private.homerow_arrowkeys_dvorak</identifier> <modifier_only> ModifierFlag::FN, ModifierFlag::SHIFT_L | ModifierFlag::NONE, ModifierFlag::SHIFT_R | ModifierFlag::NONE, </modifier_only> <autogen> __KeyToKey__ KeyCode::J, ModifierFlag::FN, KeyCode::CURSOR_LEFT </autogen> <autogen> __KeyToKey__ KeyCode::K, ModifierFlag::FN, KeyCode::CURSOR_DOWN </autogen> <autogen> __KeyToKey__ KeyCode::L, ModifierFlag::FN, KeyCode::CURSOR_RIGHT </autogen> <autogen> __KeyToKey__ KeyCode::I, ModifierFlag::FN, KeyCode::CURSOR_UP </autogen> </item> </root>