Advertisement
Guest User

Karabiner Arrow Keys to ASKL

a guest
Feb 28th, 2021
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.43 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <root>
  3.   <item>
  4.     <name>Left, Down, Up, Right, to ASKL</name>
  5.     <identifier>private.swap_space_and_tab</identifier>
  6.     <autogen>__KeyToKey__ KeyCode::A, KeyCode::CURSOR_LEFT</autogen>
  7.     <autogen>__KeyToKey__ KeyCode::S, KeyCode::CURSOR_DOWN</autogen>
  8.     <autogen>__KeyToKey__ KeyCode::K, KeyCode::CURSOR_UP</autogen>
  9.     <autogen>__KeyToKey__ KeyCode::L, KeyCode::CURSOR_RIGHT</autogen>
  10.   </item>
  11. </root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement