Skip to content

Commit

Permalink
Hammerspoon: Remap main key from hyper to alt
Browse files Browse the repository at this point in the history
Hyper keep needs Karabiner to work. It does not support OS X 10.12 yet.
It is a temporary workaround.

pqrs-org/Karabiner-archived#660
https://github.com/tekezo/Karabiner-Elements
  • Loading branch information
talha131 committed Sep 18, 2016
1 parent 1163cd9 commit 948d906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hammerspoon/init.lua
@@ -1,4 +1,5 @@
hyper = { "cmd", "alt", "shift", "ctrl" }
-- hyper = { "cmd", "alt", "shift", "ctrl" }
hyper = { "alt" }

loggerInfo = hs.logger.new('My Settings', 'info')

Expand Down

0 comments on commit 948d906

Please sign in to comment.