Created
February 28, 2021 23:25
-
-
Save OmegaRogue/d6975436d9f140e0cfc396490195321b to your computer and use it in GitHub Desktop.
Change layout to US for Ti-84+ as USB Peripheral Keyboard
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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