Remmina - The GTK+ Remote Desktop Client  v1.4.33
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.
vnc-key-mapping-configuration.md
Go to the documentation of this file.
1 # How to configure key mapping with the VNC plugin.
2 
3 Remmina has an hidden feature with which you can configure custom key mappings, this is useful if you need, for example, to map the local *Super* key to the remote macOS *Option* key *(leaving theexisting local *Alt* key to the remote macOS* Command *key map alone.)*
4 
5 See #1716 for a long discussion about this.
6 
7 Keys can be mapped according to a configurable map. There is a predefined map called "Map Meta Key" that seems to be exactly what we need for macOS.
8 
9 Edit your connection profile, under "Basic settings", you will find "Keyboard mapping". Choose "Map Meta Keys".
10 
11 ![image](https://gitlab.com/Remmina/Remmina/uploads/e990c8826e534df01d62ea58589cf192/image.png)
12 
13 Save and connect.
14 
15 **Map Meta Keys** is the following map:
16 
17 ```
18 [Map Meta Keys]
19 Super_L = Meta_L
20 Super_R = Meta_R
21 Meta_L = Super_L
22 Meta_R = Super_R
23 ```
24 
25 Other maps, using the same syntax, can be created in the `remmina.keymap` file, located in the same directory as the remmina.pref file, usually `~/.config/remmina/remmina.keymap` Key symbol names can be found on the GDK file [gdk/gdkkeysyms.h](https://gitlab.gnome.org/GNOME/gtk/raw/master/gdk/gdkkeysyms.h).
26