Home
last modified time | relevance | path

Searched refs:shortcuts (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui/
H A D0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch4 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 Dbrowserwindow.cpp156 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 Dbrowserwindow.cpp158 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 Dbrowserwindow.cpp219 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 Dbrowserwindow.cpp219 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 Dtabwidget.cpp234 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 Dbrowsermainwindow.cpp339 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 Dapplewm.c371 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 DX11Application.h67 const char *shortcuts);
H A DX11Application.m301 * 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 Dirq-bcm2835.c74 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 Dlibxfce4ui_4.16.1.bb12 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 Dkbdconfig32 ### windows style key shortcuts
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/puzzles/
H A Dpuzzles_git.bb28 # Create desktop shortcuts
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dassoc_array.rst50 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 Dpacking.rst27 shortcuts that still prevent the code from being truly portable.
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-sched.txt35 individual CPUs, and the two-letter shortcuts stand for tasks that
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py11 from django.shortcuts import HttpResponse
H A Dviews.py13 from django.shortcuts import render, redirect, get_object_or_404
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfib_trie.rst144 are some optimizations available that can provide us with "shortcuts" to avoid
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dehci.rst87 Also, some shortcuts have been taken with the scheduling periodic
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.rockchip340 overhead and in SPL with a 32KB size limit some shortcuts have been taken.
/OK3568_Linux_fs/yocto/poky/documentation/
H A DREADME330 It creates convenient shortcuts which can be used throughout the
/OK3568_Linux_fs/external/xserver/
H A DINSTALL166 both of the following shortcuts of passing variable assignments to the
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dmaintainer-pgp-guide.rst915 beings. Here are some shortcuts that will help you reduce the risk of

12