mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
VNC: Add X11-to-NuttX character mapping
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user