Skip to content

Instantly share code, notes, and snippets.

@ranokay
ranokay / karabiner.txt
Created October 12, 2025 16:51
Karabiner-Elements Caps Lock + Left Command -> Caps Lock, Caps Lock -> Escape
{
"description": "Caps Lock + Left Command -> Caps Lock, Caps Lock -> Escape",
"manipulators": [
{
"from": {
"key_code": "caps_lock",
"modifiers": {
"mandatory": ["left_command"],
"optional": ["caps_lock"]
}
@ranokay
ranokay / macos-fast-and-smooth-dock-animation.md
Last active August 14, 2024 22:12
make auto-hide/show for the dock faster in macOS
defaults write com.apple.dock autohide-delay -int 0
defaults write com.apple.dock autohide-time-modifier -float 0.4
killall Dock