Skip to content

Instantly share code, notes, and snippets.

@giventofly
Last active May 30, 2022 13:05
Show Gist options
  • Save giventofly/1cd7306911e5f501d76e987121412ed9 to your computer and use it in GitHub Desktop.
Save giventofly/1cd7306911e5f501d76e987121412ed9 to your computer and use it in GitHub Desktop.
citrix linux use control key

(https://www.citrix.com/blogs/2016/04/07/using-the-crtl-key-with-citrix-receiver-for-linux/)[source]

On Ubuntu, you will need to use the dconf editor or gsettings to change the value:

 gsettings set org.gnome.settings-daemon.peripherals.mouse locate-pointer false 

OR

    Install dconf editor: apt-get install dconf-editor
    Launch dconf editor. Click on the Unity button and type “dconf” then click on the dconf editor icon.
    Browse to org.gnome.settings-daemon.peripherals.mouse. “locate-pointer” key and make sure the checkbox is not checked to disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment