| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/ |
| H A D | 0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch | 4 Subject: [PATCH] libxfce4kbd-private/xfce4-keyboard-shortcuts.xml: fix xfwm4 14 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 4 ++++ 17 …ff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-s… 19 --- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml 20 +++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | browserwindow.cpp | 156 QList<QKeySequence> shortcuts; in createViewMenu() local 157 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in createViewMenu() 158 shortcuts.append(Qt::Key_Escape); in createViewMenu() 159 m_stopAction->setShortcuts(shortcuts); in createViewMenu() 226 QList<QKeySequence> shortcuts; in createWindowMenu() local 227 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in createWindowMenu() 228 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in createWindowMenu() 229 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in createWindowMenu() 230 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in createWindowMenu() 231 nextTabAction->setShortcuts(shortcuts); in createWindowMenu() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | browserwindow.cpp | 158 QList<QKeySequence> shortcuts; in createViewMenu() local 159 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in createViewMenu() 160 shortcuts.append(Qt::Key_Escape); in createViewMenu() 161 m_stopAction->setShortcuts(shortcuts); in createViewMenu() 228 QList<QKeySequence> shortcuts; in createWindowMenu() local 229 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in createWindowMenu() 230 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in createWindowMenu() 231 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in createWindowMenu() 232 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in createWindowMenu() 233 nextTabAction->setShortcuts(shortcuts); in createWindowMenu() [all …]
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | browserwindow.cpp | 219 QList<QKeySequence> shortcuts; in createViewMenu() local 220 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in createViewMenu() 221 shortcuts.append(Qt::Key_Escape); in createViewMenu() 222 m_stopAction->setShortcuts(shortcuts); in createViewMenu() 289 QList<QKeySequence> shortcuts; in createWindowMenu() local 290 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in createWindowMenu() 291 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in createWindowMenu() 292 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in createWindowMenu() 293 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in createWindowMenu() 294 nextTabAction->setShortcuts(shortcuts); in createWindowMenu() [all …]
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | browserwindow.cpp | 219 QList<QKeySequence> shortcuts; in createViewMenu() local 220 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in createViewMenu() 221 shortcuts.append(Qt::Key_Escape); in createViewMenu() 222 m_stopAction->setShortcuts(shortcuts); in createViewMenu() 289 QList<QKeySequence> shortcuts; in createWindowMenu() local 290 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in createWindowMenu() 291 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in createWindowMenu() 292 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in createWindowMenu() 293 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in createWindowMenu() 294 nextTabAction->setShortcuts(shortcuts); in createWindowMenu() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | tabwidget.cpp | 234 QList<QKeySequence> shortcuts; in TabWidget() local 235 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in TabWidget() 236 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in TabWidget() 237 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in TabWidget() 238 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in TabWidget() 239 m_nextTabAction->setShortcuts(shortcuts); in TabWidget() 243 shortcuts.clear(); in TabWidget() 244 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceLeft)); in TabWidget() 245 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageUp)); in TabWidget() 246 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketLeft)); in TabWidget() [all …]
|
| H A D | browsermainwindow.cpp | 339 QList<QKeySequence> shortcuts; in setupMenu() local 340 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in setupMenu() 341 shortcuts.append(Qt::Key_Escape); in setupMenu() 342 m_stop->setShortcuts(shortcuts); in setupMenu()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | applewm.c | 371 char *shortcuts; in ProcAppleWMSetWindowMenu() local 379 shortcuts = malloc(sizeof(char) * nitems); in ProcAppleWMSetWindowMenu() 381 if (!items || !shortcuts) { in ProcAppleWMSetWindowMenu() 383 free(shortcuts); in ProcAppleWMSetWindowMenu() 392 shortcuts[j] = bytes[i++]; in ProcAppleWMSetWindowMenu() 405 free(shortcuts); in ProcAppleWMSetWindowMenu() 410 X11ApplicationSetWindowMenu(nitems, items, shortcuts); in ProcAppleWMSetWindowMenu() 412 free(shortcuts); in ProcAppleWMSetWindowMenu()
|
| H A D | X11Application.h | 67 const char *shortcuts);
|
| H A D | X11Application.m | 301 * shortcuts bound to it. */ 888 const char *shortcuts) 897 if (shortcuts[i] == 0) { 900 [menuItem addObject:[NSString stringWithFormat:@"%d", shortcuts[i]]];
|
| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-bcm2835.c | 74 static const int shortcuts[] = { variable 220 return MAKE_HWIRQ(bank, shortcuts[ffs(stat >> SHORTCUT_SHIFT) - 1]); in armctrl_translate_shortcut()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/ |
| H A D | libxfce4ui_4.16.1.bb | 12 SRC_URI += "file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/ |
| H A D | kbdconfig | 32 ### windows style key shortcuts
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/puzzles/ |
| H A D | puzzles_git.bb | 28 # Create desktop shortcuts
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | assoc_array.rst | 50 tree. To improve memory efficiency, shortcuts can be emplaced to skip over 339 Poor scattering isn't too much of a problem as there are shortcuts and nodes 353 constructed of two types of metadata blocks: nodes and shortcuts. 366 Ignoring shortcuts for the moment, the nodes form a multilevel tree. The index 547 as shortcuts only have one slot and so the parent slot number isn't used
|
| H A D | packing.rst | 27 shortcuts that still prevent the code from being truly portable.
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 35 individual CPUs, and the two-letter shortcuts stand for tasks that
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | widgets.py | 11 from django.shortcuts import HttpResponse
|
| H A D | views.py | 13 from django.shortcuts import render, redirect, get_object_or_404
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | fib_trie.rst | 144 are some optimizations available that can provide us with "shortcuts" to avoid
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | ehci.rst | 87 Also, some shortcuts have been taken with the scheduling periodic
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.rockchip | 340 overhead and in SPL with a 32KB size limit some shortcuts have been taken.
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | README | 330 It creates convenient shortcuts which can be used throughout the
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | INSTALL | 166 both of the following shortcuts of passing variable assignments to the
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | maintainer-pgp-guide.rst | 915 beings. Here are some shortcuts that will help you reduce the risk of
|