bk138 / multivnc

MultiVNC is a cross-platform Multicast-enabled VNC viewer based on LibVNCClient. The desktop client runs on Unix, Mac OS X and Windows. There also is an Android client.
GNU General Public License v3.0
460 stars 66 forks source link

Add a toolbar to assist with the keyboard #156

Open ghost opened 3 years ago

ghost commented 3 years ago

Aids TAB/CTRL/ALT/UP/DOWN, mimicking the toolbars present in termux.

bk138 commented 3 years ago

Please describe in more detail what you would like. Status quo, wanted solution, pictures help a lot!

gujjwal00 commented 3 years ago

Something like this?

image

ghost commented 2 years ago

Screenshot_2021-09-20-05-18-05-881_com termux

You can play with it in the configuration file. extra-keys = [ \ ['TAB','UP','DOWN','CTRL','ALT','/','-','ESC'] \ ]