Created attachment 77426 [details] Chording Keyboard in ktouch I'm learning the BAT Keyboard (see http://en.wikipedia.org/wiki/BAT_keyboard) and would like to use ktouch for this. Chording keyboards require the pressing of not only one but multiple keys to produce a character. This would work fine, if ktouch highlighted *all* the keys that have a certain character mentioned, and not just one. I tried adding character 'h' to multiple keys, but only one of them is highlighted when I should press 'h'.
Created attachment 77428 [details] Screenshot of working patch This is a screenshot that shows how things look if the two diffs are applied
Created attachment 77429 [details] return multiple keys for a letter, not only one
Created attachment 77430 [details] use multiple keys for highlighting
Created attachment 77431 [details] keyboard layout for chording keyboard This is an example layout. I chose us(intl) because I don't know how to explicitly tell ktouch which layout to use...
Created attachment 77432 [details] random lessons for us(intl)
Git commit 5a9eb9c3508e41bc093f3e7a0080ad861f7ab560 by Sebastian Gottfried. Committed on 22/02/2013 at 23:19. Pushed by gottfried into branch 'master'. training screen: allow multiple highlighted keys for the next character Based on a patch by Peter Feigl <craven@gmx.net> This useful for training on chorded keyboards where one has to press multiple keys at the same time to produce a character. FIXED-IN: 4.11.0 M +21 -12 src/qml/Keyboard.qml M +20 -17 src/qml/TrainingScreen.qml http://commits.kde.org/ktouch/5a9eb9c3508e41bc093f3e7a0080ad861f7ab560