]> source.dussan.org Git - tigervnc.git/commit
Avoid using "fake" key codes 772/head
authorPierre Ossman <ossman@cendio.se>
Mon, 26 Nov 2018 14:40:30 +0000 (15:40 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 30 Nov 2018 14:42:51 +0000 (15:42 +0100)
commit0255e1b004fe6518c650e9d12b8862c2b2dad30b
tree1a4ebd4346602c0a9af6880fa68d0ab59aa05e61
parent946a5e9ca171a3999e99e19e6e6defac13547251
Avoid using "fake" key codes

There is a range of key codes that are never sent by a real keyboard
and are therefore used by layouts to hide "fake" mappings. Make sure
to only use these as a fallback as some applications get confused
when they see these codes.
unix/xserver/hw/vnc/InputXKB.c