The sister Rules, the seventh and tenth [SHIFT RALT K_S] & [SHIFT RALT K_T] work correctly.
The only thing that comes to mind is that on a standard UK keyboard Shift AltGr is Ó. On a standard UK keyboard, Shift AltGr S & Shift AltGr T have no value.
[RALT K_O] works correctly, and on a standard UK keyboard, this would produce ó.
[RALT K_S] works correctly, on a standard UK keyboard, this produces nothing.
[RALT K_T] works correctly, on a standard UK keyboard, this produces nothing.
: |
Any(LLs) $SK + [K_O] > Context(1) Index(SO,1) Index(Sup.o,1)
Any(LLs) $SK + [SHIFT K_O] > Context(1) Index(SO,1) Index(Sup.O_,1) Any(LLs) $SK + [RALT K_O] > Context(1) Index(SO,1) Index(Sup.oo,1) Any(LLs) $SK + [SHIFT RALT K_O] > Context(1) Index(SO,1) Index(Sup.OO_,1) Any(LLs) $SK + [K_S] > Context(1) Index(SO,1) Index(Sup.s,1) Any(LLs) $SK + [RALT K_S] > Context(1) Index(SO,1) Index(Sup.sh,1) Any(LLs) $SK + [SHIFT RALT K_S] > Context(1) Index(SO,1) Index(Sup.sh_,1) Any(LLs) $SK + [K_T] > Context(1) Index(SO,1) Index(Sup.t,1) Any(LLs) $SK + [RALT K_T] > Context(1) Index(SO,1) Index(Sup.th,1) Any(LLs) $SK + [SHIFT RALT K_T] > Context(1) Index(SO,1) Index(Sup.th_,1) |
I could change the Rule to [CTRL ALT K_O], but for consistency, I would have to reconsider all the other AltGr Rules.
Do you have any thoughts?
Regards
Julian Griffin
PS another pit-fall?