You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually, I have to switch between Dvorak and Qwerty because a lot of programs
are hardcoded to use the Qwerty (a huge example is any Flash Application). This
program cannot toggle between on and off without closing or opening the
program. It would be nice if the program automatically detected the keyboard
layout and disabled itself when the layout is actually Qwerty.
Original issue reported on code.google.com by [email protected] on 23 Jul 2010 at 2:07
The text was updated successfully, but these errors were encountered:
The Unix binary now automatically realizes whether the current
layout is Dvorak and grabs/ungrabs keys as appropriate. This
prevents the binary from shuffling the shortcuts all over the place
when the user reverts to Qwerty, for example.
This is part of kentonv#2. (It's missing the
Windows implementation)
The code also validates argvs better. It now complains if the user
sends unknown modifiers as program arguments. These bogus strings
used to be simply ignored.
Original issue reported on code.google.com by
[email protected]
on 23 Jul 2010 at 2:07The text was updated successfully, but these errors were encountered: