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

Citrix workspace #706

Closed kash-raman closed 2 years ago

kash-raman commented 2 years ago

I'm on a macbook pro with ubuntu 20.02 LTS version. Kinto works well with all the applications and keeps me out of changing the shortcuts. I tend to use citrix workspace(which connects to windows desktop). Most of the key-mapping are getting messed up. I need to disable super/command key, ctrl+c/ctrl+v should not invoke ubuntu shortcuts in citrix. I have not spend much time and wondering if you any suggestion.

rbreaves commented 2 years ago

Run xprop -spy and get your wm_class value.

Update the following (use vi or nano), add it into the remotes location. vi ~/.config/kinto/kinto.py

https://github.com/rbreaves/kinto/blob/master/linux/kinto.py#L51

Please post back what your citrix client name is and/or make a PR and we'll get it added.

kash-raman commented 2 years ago

WM_CLASS(STRING) = "Wfica", "Wfica"

rbreaves commented 2 years ago

Oh, if you add it manually in the mean while you will need to restart Kinto via the system tray or app, but it should pickup the change.

kash-raman commented 2 years ago

here is the pull request https://github.com/rbreaves/kinto/pull/707