Skip to content

Instantly share code, notes, and snippets.

@OmegaRogue
Created February 28, 2021 23:25
Show Gist options
  • Save OmegaRogue/d6975436d9f140e0cfc396490195321b to your computer and use it in GitHub Desktop.
Save OmegaRogue/d6975436d9f140e0cfc396490195321b to your computer and use it in GitHub Desktop.
Change layout to US for Ti-84+ as USB Peripheral Keyboard
#!/bin/sh
ID=$(xinput -list | grep -i TI-84 | cut -f2 | cut -c4-)
setxkbmap -device $ID us
echo "Changed layout of Ti-84+ (Device $ID) to en_US"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment