-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
From what I can tell, this plugin only works for MacOS - would there be any appetite for me to add support for Linux?
For example, using setxkbmap
and awk
I can get my keyboard layout:
> setxkbmap -query | awk '/layout/ {print $2}'
gb
We could add an if statement to get_keyboard_layout.sh
to check the OS of the user and return the correct keyboard layout based on the user's OS
Metadata
Metadata
Assignees
Labels
No labels