Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Update ultimate_macOS.edn
Browse files Browse the repository at this point in the history
  • Loading branch information
suliveevil committed Apr 5, 2019
1 parent 5cba88a commit cef7595
Showing 1 changed file with 16 additions and 44 deletions.
60 changes: 16 additions & 44 deletions future/ultimate_macOS.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,62 +18,34 @@
{:main [{des "Capslock to Hyper/Escape" :rules [[:##caps_lock :!! nil {:alone :escape}]]}


;;{:devices {:IKBC-C87 [{:vendor_id 1547 :product_id 31235}]}
;; :main [{:des "Swap Win/Command and Alt/Option"}
;; :rules [[:##C :O] [:##O :C] [:##Q :E] [:##E :Q]]]}

;;{:main [{des "Capslock to Hyper/Escape" :rules [[:##caps_lock :!! nil {:alone :escape}]]}

{:profiles
{:Goku {:default true
{:test {:default true
:sim 70
:delay 500
:alone 1000
:held 500}
}

:main [#_{:des "Capslock to Hyper/Escape"
:rules [[:##caps_lock :!! nil {:alone :escape}]]}
]
:devices {:macbook-internal [{:product_id 34304 :vendor_id 1452}]
:IKBC-C87 [{:product_id 31235 :vendor_id 1547}]
:filco-minila-air [{:product_id 34050 :vendor_id 2652}]
:hhkb-pro-bt [{:vendor_id 1278 :product_id 514}]}
;; :main [{:des "Swap Win/Command and Alt/Option"}
;; :rules [[:##C :O] [:##O :C] [:##Q :E] [:##E :Q]]]}
}
:rules [[:##caps_lock :!! nil {:alone :escape}]]}]

:devices {:macbook-internal [{:product_id 34304 :vendor_id 1452}]
:filco-minila-air [{:product_id 34050 :vendor_id 2652}]
:hhkb-pro-bt [{:vendor_id 1278 :product_id 514}]
:IKBC-C87 [{:product_id 31235 :vendor_id 1547}]}}

;;{:devices {:IKBC-C87 [{:vendor_id 1547 :product_id 31235}]}
;; :main [{:des "Swap Win/Command and Alt/Option"}
;; :rules [[:##C :O] [:##O :C] [:##Q :E] [:##E :Q]]]}

;; {:des "Caps_Lock to Hyper/Escape"
;; :rules [[:##caps_lock :!! nil {alone : escape}]]}



"rules": [
{
:des "CapsLock to Hyper/Escape",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "caps_lock",
"modifiers": {
##
]
}
},
"to": [
{
"key_code": "R",
"modifiers": [
"Q",
"W",
"E"
]
}
],
"to_if_alone": [
{
"key_code": "escape"
}
]
}
]
},
{
:des "Hyper Navigation: 0 4($) HJKL UIOP",
"manipulators": [
Expand Down

0 comments on commit cef7595

Please sign in to comment.