HomeSort by relevance Sort by last modified time
    Searched full:ctrl (Results 151 - 175 of 1760) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/sdk/installing/
studio-tips.jd 101 <h3><em>Ctrl + D</em> key binding</h3>
102 <p>The <em>Ctrl + D</em> key binding is great for quickly duplicating code lines or fragments.
178 <td>CTRL + SHIFT + A</td>
188 <td>CTRL + ALT + L (Win)<br>
194 <td>CTRL + Q (Win)<br>
200 <td>CTRL + P</td>
217 <td>CTRL + Y (Win)<br>
223 <td>CTRL + ALT + SHIFT + N (Win)<br>
238 <td>CTRL + F9 (Win)<br>
245 CTRL + R (Mac)</td
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/
main.html 144 shortcut="U+0058-Ctrl">
146 shortcut="U+0043-Ctrl">
148 shortcut="U+0056-Ctrl">
152 shortcut="Enter-Ctrl">
159 shortcut="U+0045-Ctrl">
161 shortcut="U+004E-Ctrl">
167 <command id="search" shortcut="U+0046-Ctrl U+00BF">
169 <!-- Shortcuts for toggling between volumes (CTRL-1..CTRL-9). -->
170 <command id="volume-switch-1" shortcut="U+0031-Ctrl">
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
kbexplorer.html 22 Press any key to learn its name. Ctrl + W will close the keyboard explorer.
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_manifest_unittest.cc 25 int ctrl = ui::EF_COMMAND_DOWN; local
27 int ctrl = ui::EF_CONTROL_DOWN;
30 const ui::Accelerator ctrl_f = ui::Accelerator(ui::VKEY_F, ctrl);
32 ui::Accelerator(ui::VKEY_F, ctrl | ui::EF_SHIFT_DOWN);
  /external/chromium_org/chrome/test/chromedriver/js/
dispatch_context_menu_event_test.html 13 dispatchContextMenuEvent(x, y, ModifierMask.CTRL | ModifierMask.SHIFT);
  /external/chromium_org/third_party/WebKit/ManualTests/chromium/
modifiers-during-drag-and-drop.html 20 <p>Drag the "Drag me" with any modifier keys pressed (Shift/Ctrl/Alt) and see if the log messages have the correct modifier state</p>
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
module.json 28 "shortcut": "Ctrl+`"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
module.json 30 "shortcut": "F8 Ctrl+\\"
49 "shortcut": "Ctrl+Shift+F"
103 "shortcut": "Ctrl+O Ctrl+P"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.hotkeys.js 19 8: "backspace", 9: "tab", 13: "return", 16: "shift", 17: "ctrl", 18: "alt", 19: "pause",
56 // check combinations (alt|ctrl|shift+anything)
61 if ( event.ctrlKey && special !== "ctrl" ) {
62 modif += "ctrl+";
  /external/chromium_org/tools/vim/
clang-format.vim 5 " Binds cmd-shift-i (on Mac) or ctrl-shift-i (elsewhere) to invoking
  /external/kernel-headers/original/uapi/linux/
atmarp.h 21 #define ATMARPD_CTRL _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */
  /external/libnl/
Android.mk 20 lib/genl/ctrl.c \
  /external/libnl/include/netlink/genl/
ctrl.h 2 * netlink/genl/ctrl.h Generic Netlink Controller
  /external/libnl/src/
.gitignore 1 genl-ctrl-list
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetModState.3 11 Returns the current state of the modifier keys (CTRL, ALT, etc\&.)\&.
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_v4l2.c 706 struct v4l2_control ctrl; local
710 ctrl.id = id;
717 ret = ioctl(fd, VIDIOC_G_CTRL, &ctrl);
723 *value = ctrl.value;
733 struct v4l2_control ctrl; local
737 ctrl.id = id;
738 ctrl.value = value;
745 ret = ioctl(fd, VIDIOC_S_CTRL, &ctrl);
810 int exynos_v4l2_g_ext_ctrl(int fd, struct v4l2_ext_controls *ctrl)
821 if (ctrl == NULL)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
atmarp.h 21 #define ATMARPD_CTRL _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atmarp.h 21 #define ATMARPD_CTRL _IO('a',ATMIOC_CLIP+1) /* become atmarpd ctrl sock */
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_802_3.h 35 __u8 ctrl; member in struct:hdr_ui
44 __be16 ctrl; member in struct:hdr_ni
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_802_3.h 34 __u8 ctrl; member in struct:hdr_ui
42 __be16 ctrl; member in struct:hdr_ni
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationPolicy.cpp 38 bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool meta, NavigationPolicy* policy)
43 const bool newTabModifier = (button == 1) || ctrl;
  /external/chromium_org/ui/base/accelerators/
accelerator.cc 188 // accent' for '0'). For display in the menu (e.g. Ctrl-0 for the
221 // Note that we use 'else-if' in order to avoid using Ctrl+Alt as a shortcut.
235 // Thus, the text "Ctrl++" (which we currently use for the Zoom In option)
236 // appears as "++Ctrl" in RTL because the Unicode BiDi algorithm puts
238 // do not end with a punctuation mark (such as "Ctrl+H" do not have this
243 // returning "Ctrl++" in the above example, we return "++Ctrl". This will
244 // cause the text to appear as "Ctrl++" when Windows draws the string in an
  /external/libpng/projects/visualc71/
README_zlib.txt 21 2) Display the Solution Explorer view (Ctrl+Alt+L)
36 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/
ebt_802_3.h 35 __u8 ctrl; member in struct:hdr_ui
44 __be16 ctrl; member in struct:hdr_ni
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_802_3.h 35 __u8 ctrl; member in struct:hdr_ui
44 __be16 ctrl; member in struct:hdr_ni

Completed in 1584 milliseconds

1 2 3 4 5 67 8 91011>>