On Thursday, September 14, 2017, Jason Gerecke <killert...@gmail.com> wrote:

> The table of keysyms does not include an obvious synonym for the "AltGr"
> key that is found on some international keyboard layouts. It seems that
> "ISO_Level3_Shift" is the magic name that should typically be used.
>
> https://sourceforge.net/p/linuxwacom/bugs/344/


> Signed-off-by: Jason Gerecke <jason.gere...@wacom.com <javascript:;>>


xsetwacom forces us to get familiar with international keys and ISO keysyms
;).

Reviewed-by: Ping Cheng <ping.ch...@wacom.com>

Cheers,
Ping


> ---
>  tools/xsetwacom.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
> index 834ebde..1051868 100644
> --- a/tools/xsetwacom.c
> +++ b/tools/xsetwacom.c
> @@ -581,6 +581,8 @@ static struct modifier modifiers[] = {
>         {"lhyper", "Hyper_L"},
>         {"rhyper", "Hyper_R"},
>
> +       {"altgr", "ISO_Level3_Shift"},
> +
>         { NULL, NULL }
>  };
>
> --
> 2.14.1
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to