# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1507492873 14400
# Node ID 8fce24c92b982a5769e52e9372bb07584d376600
# Parent  11ac6a11cf19ea47cbd165cdf9ba43d670a94cc2
Fix karabiner syntax shit

diff -r 11ac6a11cf19 -r 8fce24c92b98 karabiner/karabiner.json
--- a/karabiner/karabiner.json	Sun Oct 08 15:33:39 2017 -0400
+++ b/karabiner/karabiner.json	Sun Oct 08 16:01:13 2017 -0400
@@ -56,12 +56,7 @@
                                 ],
                                 "to_if_alone": [
                                     {
-                                        "key_code": "escape",
-                                        "modifiers": {
-                                            "optional": [
-                                                "any"
-                                            ]
-                                        }
+                                        "key_code": "escape"
                                     }
                                 ],
                                 "type": "basic"
@@ -73,7 +68,7 @@
                         "manipulators": [
                             {
                                 "from": {
-                                    "key_code": "space",
+                                    "key_code": "spacebar",
                                     "modifiers": {
                                         "mandatory": [
                                             "right_shift"