Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Apr 30, 2014
1 parent 55769ff commit bfd0412
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 86 deletions.
22 changes: 0 additions & 22 deletions private/KeyRemap4MacBook/sands2/default_behavior.xml

This file was deleted.

10 changes: 5 additions & 5 deletions private/KeyRemap4MacBook/sands2/private.xml
@@ -1,22 +1,22 @@
<?xml version="1.0"?>
<root>

<modifierdef>KEYUP_INPUT_MODE</modifierdef>

<item>
<name>SandS2</name>
<identifier>private.sands2</identifier>

<autogen>
__KeyOverlaidModifier__
KeyCode::SPACE,
KeyCode::SHIFT_L, ModifierFlag::KEYUP_INPUT_MODE,

KeyCode::SHIFT_L, ModifierFlag::SANDS2,

KeyCode::SPACE,
</autogen>

<block>
<modifier_only>ModifierFlag::KEYUP_INPUT_MODE</modifier_only>
<include path="register_all_keys_with_default_behavior.xml" />
<modifier_only>ModifierFlag::SANDS2</modifier_only>
<autogen>__BlockUntilKeyUp__ KeyCode::SPACE</autogen>
</block>
</item>

Expand Down

This file was deleted.

0 comments on commit bfd0412

Please sign in to comment.