Skip to content

Instantly share code, notes, and snippets.

@McFrappe
Last active April 6, 2022 16:32
Show Gist options
  • Save McFrappe/e8365ec0148257b4af275fa3007509dc to your computer and use it in GitHub Desktop.
Save McFrappe/e8365ec0148257b4af275fa3007509dc to your computer and use it in GitHub Desktop.
Script that fetches what keyboard layout is active in Mac OS (tested on Monterey)
#!/bin/bash
plutil -extract AppleSelectedInputSources xml1 -o - ~/Library/Preferences/com.apple.HIToolbox.plist | xmllint --xpath \"string(//dict[2]/string[2])\" -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment