/system/core/sh/bltin/ |
echo.1 | 73 A backspace character is output.
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
command.js | 117 * "U+0008-Meta" for Apple command backspace. 119 * "U+007F U+0008-Meta" for Delete and Command Backspace
|
/external/chromium/chrome/browser/renderer_host/ |
gtk_im_context_wrapper.cc | 173 // Backspace key event, the browser may go back to previous page. 194 // when using latin-post input method, pressing 'a' then Backspace, may 199 // 4. keydown Backspace (unfiltered) 202 // 7. keyup Backspace (unfiltered) 205 // Backspace is sent to webkit before commit "a" and preedit end.
|
/external/chromium/chrome/browser/ui/cocoa/ |
nsmenuitem_additions_unittest.mm | 187 // delete ("backspace") 197 // forwarddelete (fn-delete / fn-backspace) 204 // shift-forwarddelete (shift-fn-delete / shift-fn-backspace)
|
nsmenuitem_additions.mm | 47 // If you want to specify the Backspace key as the key equivalent for a menu
|
/external/qemu/ |
curses_keys.h | 60 [0x07f] = 14, /* Backspace */ 61 [0x107] = 14, /* Backspace */ 447 { "BackSpace", 0x07f },
|
sdl_keysym.h | 219 {"BackSpace", SDLK_BACKSPACE},
|
vnc_keysym.h | 220 {"BackSpace", 0xff08}, /* XK_BackSpace */
|
/external/chromium/chrome/browser/ |
global_keyboard_shortcuts_mac_unittest.mm | 30 // Test that cmd-left and backspace are not window-level commands (else they
|
/external/chromium/chrome/browser/resources/options/ |
deletable_item_list.js | 133 // Map delete (and backspace on Mac) to item deletion (unless focus is
|
/external/grub/stage2/ |
terminfo.c | 47 newline, line-feed, return, tab, backspace, form-feed, and space.
|
/external/webkit/Source/WebCore/platform/brew/ |
PlatformKeyboardEventBrew.cpp | 117 return VK_BACK; // (08) BACKSPACE key
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
WordComposer.java | 147 * Delete the last keystroke as a result of hitting backspace.
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_views.cc | 578 // If there is selection, let textfield handle the backspace. 581 // If not at the begining of the text, let textfield handle the backspace.
|
/external/webkit/Source/WebCore/platform/cocoa/ |
KeyEventCocoa.mm | 299 // Turn 0x7F into 0x08, because backspace needs to always be 0x08. 386 /* 0x33 */ VK_BACK, // Backspace
|
/external/webkit/Source/WebKit2/UIProcess/gtk/ |
WebView.cpp | 67 g_signal_stop_emission_by_name(widget, "backspace"); 254 g_signal_connect(m_nativeWidget.get(), "backspace", G_CALLBACK(backspaceCallback), this);
|
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.js | 115 IS_MAC && e.metaKey && e.keyCode == 8) { // Cmd + Backspace
|
/external/e2fsprogs/e2fsck/ |
e2fsck.conf.5.in | 59 "\et" (for the tab character), "\eb" (for the backspace character),
|
/external/libvpx/examples/includes/geshi/geshi/ |
actionscript.php | 68 'backgroundColor', 'BACKSPACE', 'bandwidth', 'beginFill', 'beginGradientFill', 'blockIndent',
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
special_characters.js | 90 // testing backspace [\b]
|
/external/webkit/Source/WebCore/inspector/front-end/ |
KeyboardShortcut.js | 52 Backspace: { code: 8, name: "\u21a4" },
|
/external/webkit/Source/WebCore/platform/efl/ |
PlatformKeyboardEventEfl.cpp | 100 gWindowsKeyMap.set("BackSpace", VK_BACK);
|
/external/webkit/Source/WebCore/platform/haiku/ |
PlatformKeyboardEventHaiku.cpp | 152 return VK_BACK; // (08) BACKSPACE key
|
/external/webkit/Source/WebCore/platform/mac/ |
KeyEventMac.mm | 212 // AppKit sets text to "\x7F" for backspace, but the correct KeyboardEvent character code is 8.
|
/external/webkit/Source/WebKit/chromium/src/ |
EditorClientImpl.h | 169 // Whether the last entered key was a backspace.
|