VNC: Add X11-to-NuttX character mapping

This commit is contained in:
Gregory Nutt
2016-04-14 16:19:04 -06:00
parent 2ec0ac6eaa
commit 38cc8355c2
5 changed files with 496 additions and 2 deletions
+8
View File
@@ -28,4 +28,12 @@ config VNCSERVER_STACKSIZE
int "VNC server stack size"
default 2048
config VNCSERVER_KBDENCODE
bool "Encode keyboard input"
default n
depends on NXTERM_NXKBDIN
---help---
Use a special encoding of keyboard characters as defined in
include/nuttx/input/kbd_coded.h.
endif # VNCSERVER