Age | Commit message (Collapse) | Author |
|
Include the Kyria keyboard in the keyboard layout switcher.
|
|
Add a check for another keyboard I'm using to have it switch keyboard
layouts on connection and disconnection.
|
|
The way I had written it before broke automatic switching support for
the iMate USB device.
Rewrite the device check so that both the iMate and generic keyboards
automatically switch keyboard layouts.
|
|
|
|
Try to detect when any keyboard is plugged in by looking at its
"productName" and checking to see if it contains the word "keyboard". If
so, change the keyboard layout between the preferred for internal and
external keyboards.
|
|
Made a mistake: the boolean expression wasn't saying what I wanted it to
say. All parts should match the USB device in order to continue.
|
|
Change the keyboard layout depending on whether my external keyboard is
connected or not.
|