From: golfer <[EMAIL PROTECTED]>
I also have become used to "sticky" keys for the Alt, Shift, and Win
keys. In trying ion3 (20050625), I am unable to figure out how to
configure this effect.
You can do a submap using the name of the actual key, rather than the
modifier name. It looks like you would need two of each statement, but it
wouldn't mean typing everything twice.
t={ kpress("X", "foo(_)"), kpress("Y", "fpp(_)"), kpress("Z", "fqq(_)") }
defbindings("WIonWS", {
submap("Super_L", t)
submap("Super_R", t)
})
And obviously you couldn't use the modifier the old way (or in any
applications) after defining it once this way.