I hereby claim:
- I am kilsey on github.
- I am kilsey (https://keybase.io/kilsey) on keybase.
- I have a public key whose fingerprint is F6DA E021 87DB 4CBD 91D6 D6C0 F159 F88E 4699 175A
To claim this, I am signing this object:
-- Applescript I use to control my microphone during calls/recording | |
-- This toggles the input volume from 100 to 0 (or vice versa) and displays a notification | |
-- I trigger this in Keyboard Maestro via a hotkey and it is followed w/ a "Ding" sound | |
set inputVolume to input volume of (get volume settings) | |
if inputVolume = 0 then | |
set inputVolume to 100 | |
display notification "The microphone is now live" with title "Shush" subtitle "Microphone control" | |
else |
{ | |
"global": { | |
"check_for_updates_on_startup": true, | |
"show_in_menu_bar": true, | |
"show_profile_name_in_menu_bar": false | |
}, | |
"profiles": [ | |
{ | |
"complex_modifications": { | |
"parameters": { |
{ | |
"title": "Change caps_lock key (rev 2)", | |
"rules": [ | |
{ | |
"description": "Change caps_lock key to command+control+option. (Post escape key when pressed alone)", | |
"manipulators": [ | |
{ | |
"type": "basic", | |
"from": { | |
"key_code": "caps_lock", |
I hereby claim:
To claim this, I am signing this object: