rbreaves / kinto

Mac-style shortcut keys for Linux & Windows.
http://kinto.sh
GNU General Public License v2.0
4.27k stars 214 forks source link

MS RDC Client 10 from MS Store, needs support #712

Closed rbreaves closed 2 years ago

rbreaves commented 2 years ago

AHK kinto script needs a slight rewrite to support that app. In general the MS RDC client works better than the older clients despite having less features overall. RDC also supports Retina, or high resolution displays while the older does not, or does not easily.

rbreaves commented 2 years ago

This was a really annoying bug to knock out.. but apparently a contribution made by someone awhile back really wrecked some havoc.. even though logically it shouldn't have. I had to rewrite some logic about emac shortcuts that should not have applied to either terminals or remote applications and it was nested as such to where it shouldn't have created an issue and yet it did.

Rewriting the IfWinNotActive statement failed in the various forms I tried until I finally found one that did work - so the answer was to explicitly ignore 2 WinActive groups at the same time... easier said than done though.