Skip to content

Instantly share code, notes, and snippets.

@remjx
remjx / gist:cdeac85b60dea2b3d9be507125a17b16
Created January 25, 2026 15:04
caps lock to backspace key remapping script for mac os
#!/bin/bash
# Caps Lock → Backspace remapping using hidutil
# Create the LaunchAgent directory if it doesn't exist
mkdir -p ~/Library/LaunchAgents
# Create the plist file
cat > ~/Library/LaunchAgents/com.local.KeyRemapping.plist << 'EOF'
<?xml version="1.0" encoding="UTF-8"?>