From 5b819219889e78093e0dd32615adb6dcdc66cbcb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 30 May 2017 02:30:47 +0200 Subject: fix linux hotkeys Requested-by: @miniskipper and many others --- qxt-mini/x11-keymap.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qxt-mini/x11-keymap.hpp (limited to 'qxt-mini/x11-keymap.hpp') diff --git a/qxt-mini/x11-keymap.hpp b/qxt-mini/x11-keymap.hpp new file mode 100644 index 00000000..b35097bc --- /dev/null +++ b/qxt-mini/x11-keymap.hpp @@ -0,0 +1,15 @@ +#pragma once + +#ifndef BUILD_QXT_MINI +# error "internal header" +#endif + +#ifndef __APPLE__ + +#include +#include +#include + +unsigned qt_key_to_x11(Display* disp, Qt::Key k); + +#endif -- cgit v1.2.3