From ed5ecf7ea7a482b4649e66ecb35fbc60af680684 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 25 Apr 2016 13:08:12 -0400 Subject: Rearrange the Lumina source tree quite a bit: Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed. --- src-qt5/core-utils/lumina-config/KeyCatch.ui | 88 ++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 src-qt5/core-utils/lumina-config/KeyCatch.ui (limited to 'src-qt5/core-utils/lumina-config/KeyCatch.ui') diff --git a/src-qt5/core-utils/lumina-config/KeyCatch.ui b/src-qt5/core-utils/lumina-config/KeyCatch.ui new file mode 100644 index 00000000..99f4095d --- /dev/null +++ b/src-qt5/core-utils/lumina-config/KeyCatch.ui @@ -0,0 +1,88 @@ + + + KeyCatch + + + + 0 + 0 + 439 + 147 + + + + Key Press Detection + + + false + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + 75 + true + + + + Press the keys you wish to assign. + + + Qt::AlignCenter + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Notes: +Special keys can only be detected if the proper keyboard driver is in use. +Current keyboard bindings will also be ignored. + + + Qt::AlignCenter + + + true + + + + + + + QDialogButtonBox::Cancel + + + + + + + + -- cgit