Skip to content

Instantly share code, notes, and snippets.

View clickysteve's full-sized avatar

Clicky Steve clickysteve

View GitHub Profile
@clickysteve
clickysteve / keybase.md
Created October 21, 2014 15:26
Keybase Proof

Keybase proof

I hereby claim:

  • I am clickysteve on github.
  • I am clickysteve (https://keybase.io/clickysteve) on keybase.
  • I have a public key whose fingerprint is 6431 92D3 7C4F 22B1 05F3 2A66 C225 2440 31A6 8676

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am clickysteve on github.
  • I am clickysteve (https://keybase.io/clickysteve) on keybase.
  • I have a public key whose fingerprint is 435C F3F0 001C 519C 161D A641 409A 2CBA 1EC8 AB8E

To claim this, I am signing this object:

@clickysteve
clickysteve / init.lua
Last active December 9, 2022 08:18 — forked from prenagha/init.lua
Hammerspoon config file for getting Hyper Key (Caps) to work on Sierra
-- My own config file to get the Hyper Key working again with my current setup.
-- All credit goes to @prenagha and @ttscoff for their awesome original code that I tweaked for my own devices.
-- Credit 1: https://gist.github.com/ttscoff/cce98a711b5476166792d5e6f1ac5907
-- Credit 2: https://gist.github.com/prenagha/1c28f71cb4d52b3133a4bff1b3849c3e
-- A global variable for the sub-key Hyper Mode
k = hs.hotkey.modal.new({}, 'F17')
-- Hyper-key for all the below are setup somewhere... Usually Keyboard Maestro or similar. Alfred doesn't handle them very well, so will set up separate bindings for individual apps below.