Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Nordhøy <epost@anotheragency.no>2020-04-04 03:58:06 +0300
committerAllan Nordhøy <epost@anotheragency.no>2020-04-04 03:58:06 +0300
commit89dc216069cabe4804e1fee1fd1689e37037904e (patch)
treef5b8fc8ef642328d8558f7ab7420d42b5c938b87
parent812271c500b55a4a343f55f5b5662673b07e17f1 (diff)
kingu updated page: vnc key mapping configuration
-rw-r--r--Problems-and-tweaks/vnc-key-mapping-configuration.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Problems-and-tweaks/vnc-key-mapping-configuration.md b/Problems-and-tweaks/vnc-key-mapping-configuration.md
index cb819fe..c72a6e1 100644
--- a/Problems-and-tweaks/vnc-key-mapping-configuration.md
+++ b/Problems-and-tweaks/vnc-key-mapping-configuration.md
@@ -1,12 +1,12 @@
# How to configure key mapping with the VNC plugin.
-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 remote macOS *Option* key *(leaving existing local* Alt *key to remote macOS* Command *key map alone.)*
+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.)*
See #1716 for a long discussion about this.
-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.
+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.
-Edit your connection profile, under Basic settings, you will find "Keyboard mapping". Choose "Map Meta Keys".
+Edit your connection profile, under "Basic settings", you will find "Keyboard mapping". Choose "Map Meta Keys".
![image](https://gitlab.com/Remmina/Remmina/uploads/e990c8826e534df01d62ea58589cf192/image.png)
@@ -22,5 +22,5 @@ Meta_L = Super_L
Meta_R = Super_R
```
-Other maps, using the same syntax, can be created in the `remmina.keymap` file, located on 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).
+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).