-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kbdd switches layouts incorrectly #23
Comments
sorry for a delay but is it reproducible on the current master? |
I've just tried to make the master codebase but the configuration step does not work for me. Am I supposed to install/change something to execute ./configure ? dzmitry@z: Then I tried to create ./configure out of ./configure.ac. However, it does not seem to work fine: dzmitry@z: |
afaik, you need to run autoreconf -i before configure |
Thanks, this helps. |
It works better but not perfectly.
There you can see some cyrillic characters in the latin sequence as well as some latin characters in the cyrillic sequence |
in addition, after exercising with fast window switching I can reproduce a case when kbdd changes the layout for a window for ever :) So yes - the bug is still reproducible with the master build of kbdd. The syntetic steps in the bug description lead to the same output with the newest kbdd. |
Regretfully, problem is persistent. |
kbdd does not swich layouts when switching windows actively.
kbdd: 0.6.4
os: Linux z 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux
layouts: by(latin), by(legacy)
window manager: xfce4.8 (xfce-kbd-plugin is not installed)
actual output:
window1: ssssssssssssssssssssssssssssssss
window2: ыыыыsыыыыыыыыыsыыыыsыыыыsыыыыsыыыы
expected output:
window1: contains only 's'
window2: contains only 'ы'
in addition, sometimes kbdd does not switch the layout at all so (in my case) the window 2 contains:
ыыыыsыыыыыыыыыsыыыыsыыыыsыыыыsыыыыыыыыыsssssssss
after that the layout could be switched back to by(legacy) again by kbdd which results to:
ыыыыsыыыыыыыыыsыыыыsыыыыsыыыыsыыыыыыыыыsssssssssssssssssssssыыыыыыыыы
The text was updated successfully, but these errors were encountered: