Skip to content

Commit

Permalink
hammer "hyper" from tab to modiefier keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tIsGoud committed Nov 15, 2020
1 parent 739bf43 commit 7b0e08a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions karabiner.edn
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@
;; |_____| |_______________| |_| |_________________________________________|
;; <from> <to> <conditions> <other options>

;; Tab is set to F18 as hyperkey for Hammerspoon, alone it acts as tab.
{:des "Tab to F18/Tab, trigger for Hyperspoon, ehh Hammerspoon"
;; Tab is set to hyperkey for Hammerspoon, alone it acts as tab.
{:des "Tab to Hyper/Tab, trigger for Hammerspoon"
:rules [
[:##tab :f18 nil {:alone :tab}]
[:##tab :!CTOleft_shift nil {:alone :tab}]
]
}

Expand Down

0 comments on commit 7b0e08a

Please sign in to comment.