summaryrefslogtreecommitdiffstats
path: root/krfb/krfb/rfbcontroller.h
diff options
context:
space:
mode:
authorRoman Savochenko <roman@oscada.org>2019-08-04 16:38:55 +0300
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2019-08-14 01:30:13 +0000
commitb75ba2ef0d61d0d356a3a0fe9e581e5aaf29b7a4 (patch)
treeeaf5cf8ec8584796351733368a4e6b90235755c8 /krfb/krfb/rfbcontroller.h
parent78e79db9ef1d65e412ce19aa6ae19806683d0e04 (diff)
downloadtdenetwork-b75ba2ef0d61d0d356a3a0fe9e581e5aaf29b7a4.tar.gz
tdenetwork-b75ba2ef0d61d0d356a3a0fe9e581e5aaf29b7a4.zip
krfb: Add a function for appending new symbols to the actual X-server keymap
This resolves bug 3014 and issue #11 Signed-off-by: Roman Savochenko <roman@oscada.org>
Diffstat (limited to 'krfb/krfb/rfbcontroller.h')
-rw-r--r--krfb/krfb/rfbcontroller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/krfb/krfb/rfbcontroller.h b/krfb/krfb/rfbcontroller.h
index e5595311..3d3cd73c 100644
--- a/krfb/krfb/rfbcontroller.h
+++ b/krfb/krfb/rfbcontroller.h
@@ -74,6 +74,7 @@ public:
static void initKeycodes();
KeyboardEvent(bool d, KeySym k);
+ int add_keysym( KeySym keysym );
virtual void exec();
};