| /OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/ |
| H A D | 00-debconf | 13 # Keyboard model: 14 …Keyboard (ANSI), Apple Aluminium Keyboard (ISO), Apple Aluminium Keyboard (JIS), Apple Laptop, Asu… 24 # Keyboard layout:
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | keyboard.cpp | 29 Keyboard::Keyboard(QWidget *parent) : in Keyboard() function in Keyboard 62 connect(a, &QApplication::focusChanged, this, &Keyboard::foucsChange); in Keyboard() 65 Keyboard::~Keyboard() in ~Keyboard() 70 void Keyboard::createKeys() in createKeys() 83 connect(button, &KeyButton::clicked, this, &Keyboard::handleKey); in createKeys() 93 connect(m_bar, &PinyinBar::textChose, this, &Keyboard::textChose); in createKeys() 103 void Keyboard::resetKey() in resetKey() 178 QString Keyboard::getKey(Qt::Key key) in getKey() 269 void Keyboard::handleKey() in handleKey() 333 void Keyboard::hideEvent(QHideEvent *event) in hideEvent() [all …]
|
| H A D | keyboard.h | 11 class Keyboard : public QWidget 15 explicit Keyboard(QWidget *parent = 0); 16 ~Keyboard();
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-lenovo | 9 Applies to Thinkpad USB Keyboard with TrackPoint. 18 Applies to Thinkpad USB Keyboard with TrackPoint. 25 Applies to Thinkpad USB Keyboard with TrackPoint. 35 Applies to Thinkpad USB Keyboard with TrackPoint. 42 Applies to Thinkpad USB Keyboard with TrackPoint. 51 Applies to Thinkpad USB Keyboard with TrackPoint. 60 Applies to ThinkPad Compact (USB|Bluetooth) Keyboard with TrackPoint.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 52 - Keyboard digit 0 60 - Keyboard digit 1 68 - Keyboard digit 2 76 - Keyboard digit 3 84 - Keyboard digit 4 92 - Keyboard digit 5 100 - Keyboard digit 6 108 - Keyboard digit 7 116 - Keyboard digit 8 124 - Keyboard digit 9
|
| /OK3568_Linux_fs/buildroot/package/jquery-keyboard/ |
| H A D | Config.in | 5 Virtual Keyboard using jQuery UI 7 https://github.com/Mottie/Keyboard
|
| H A D | jquery-keyboard.mk | 8 JQUERY_KEYBOARD_SITE = $(call github,Mottie,Keyboard,v$(JQUERY_KEYBOARD_VERSION))
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Makefile.am | 27 Keyboard.c \ 28 Keyboard.h \
|
| H A D | meson.build | 12 'Keyboard.c',
|
| H A D | Makefile.in | 118 Keyboard.$(OBJEXT) Pixmap.$(OBJEXT) Pointer.$(OBJEXT) \ 151 ./$(DEPDIR)/Init.Po ./$(DEPDIR)/Keyboard.Po \ 629 Keyboard.c \ 630 Keyboard.h \ 758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Keyboard.Po@am__quote@ # am--include-marker 1023 -rm -f ./$(DEPDIR)/Keyboard.Po 1085 -rm -f ./$(DEPDIR)/Keyboard.Po
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5virtualkeyboard/ |
| H A D | Config.in | 8 Qt Virtual Keyboard is a virtual keyboard framework that 20 The Virtual Keyboard supports the following languages:
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_hid.rst | 30 .protocol = 1, /* Keyboard */ 35 0x09, 0x06, /* USAGE (Keyboard) */ 37 0x05, 0x07, /* USAGE_PAGE (Keyboard) */ 38 0x19, 0xe0, /* USAGE_MINIMUM (Keyboard LeftControl) */ 39 0x29, 0xe7, /* USAGE_MAXIMUM (Keyboard Right GUI) */ 61 0x05, 0x07, /* USAGE_PAGE (Keyboard) */ 63 0x29, 0x65, /* USAGE_MAXIMUM (Keyboard Application) */
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | netwinder.rst | 17 0x0060 0x006f Keyboard 54 1 ISA Keyboard
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/ |
| H A D | lg-laptop.rst | 18 - FN-F8 (Keyboard backlight) - Generates F16. 71 Keyboard backlight
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/input/ |
| H A D | cros-ec-keyb.txt | 1 ChromeOS EC Keyboard 3 Google's ChromeOS EC Keyboard is a simple matrix keyboard implemented on
|
| H A D | i8042.txt | 1 i8042 Keyboard
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-input-keyboard/ |
| H A D | Config.in | 5 Keyboard input driver
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Config.c | 1021 InputInfoPtr Pointer, Keyboard; in checkCoreInputDevices() local 1223 Keyboard = xf86AllocateInput(); in checkCoreInputDevices() 1224 if (Keyboard) in checkCoreInputDevices() 1225 foundKeyboard = configInput(Keyboard, confInput, from); in checkCoreInputDevices() 1227 Keyboard->options = xf86AddNewOption(Keyboard->options, in checkCoreInputDevices() 1229 Keyboard->options = xf86AddNewOption(Keyboard->options, in checkCoreInputDevices() 1232 Keyboard->options = in checkCoreInputDevices() 1233 xf86AddNewOption(Keyboard->options, "identifier", in checkCoreInputDevices() 1235 servlayoutp->inputs = addDevice(servlayoutp->inputs, Keyboard); in checkCoreInputDevices() 1242 xf86DeleteInput(Keyboard, 0); in checkCoreInputDevices()
|
| /OK3568_Linux_fs/buildroot/package/matchbox-keyboard/ |
| H A D | Config.in | 8 Virtual Keyboard
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxkbfile_1.1.0.bb | 1 SUMMARY = "XKB: X Keyboard File manipulation library"
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/app/ |
| H A D | main.cpp | 56 Keyboard k; in main()
|
| /OK3568_Linux_fs/u-boot/board/intel/bayleybay/acpi/ |
| H A D | mainboard.asl | 16 /* 8042 Keyboard */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/ |
| H A D | ps2keyb-mouse-apbps2.txt | 1 Aeroflex Gaisler APBPS2 PS/2 Core, supporting Keyboard or Mouse.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ipmi/ |
| H A D | npcm7xx-kcs-bmc.txt | 1 * Nuvoton NPCM7xx KCS (Keyboard Controller Style) IPMI interface
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-cpcap.txt | 10 * "motorola,cpcap-led-kl" (Keyboard Lighting)
|