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
FIX: previously, disabling the extension and reinstating the switcher popup
would brake repeated cycling, making it impossible to cycle further than
the immediate next layout, not without first releasing keys and re-pressing them.
FIX: this could possibly also fix #5
crashing when disabling the extensein (can't be sure, couldn't reproduce).
refact: refetch sourceManager on each cycie-call, in case it has changed
(instead of storing it in a global var on initialization).
doc: comments describe new method's provenance
doc: enhance README from user feedback & SO; mention similar extension by Osamu Aoki,
better for multiple layouts.
DOC: add LICENSE file AGPL.
DOC: describe implementation provenance and challenges in comments.