Searched refs:kbd (Results 1 – 25 of 204) sorted by relevance
123456789
19 | int8 | <kbd>[b]</kbd> |20 | uint8 | <kbd>[b]</kbd> |21 | int16 | <kbd>[bb]</kbd> |22 | uint16 | <kbd>[bb]</kbd> |23 | float16 | <kbd>[bb]</kbd> |24 | int32 | <kbd>[bbbb]</kbd> |25 | uint32 | <kbd>[bbbb]</kbd> |26 | float | <kbd>[bbbb]</kbd> |27 | int64 | <kbd>[bbbb][bbbb]</kbd> |28 | uint64 | <kbd>[bbbb][bbbb]</kbd> |[all …]
123 update_keymap(struct keyboard *kbd) in update_keymap() argument128 new_keymap = xkb_x11_keymap_new_from_device(kbd->ctx, kbd->conn, in update_keymap()129 kbd->device_id, in update_keymap()134 new_state = xkb_x11_state_new_from_device(new_keymap, kbd->conn, in update_keymap()135 kbd->device_id); in update_keymap()139 if (kbd->keymap) in update_keymap()142 xkb_state_unref(kbd->state); in update_keymap()143 xkb_keymap_unref(kbd->keymap); in update_keymap()144 kbd->keymap = new_keymap; in update_keymap()145 kbd->state = new_state; in update_keymap()[all …]
107 struct keyboard *kbd; in keyboard_new() local142 kbd = calloc(1, sizeof(*kbd)); in keyboard_new()143 if (!kbd) { in keyboard_new()148 kbd->path = path; in keyboard_new()149 kbd->fd = fd; in keyboard_new()150 kbd->state = state; in keyboard_new()151 kbd->compose_state = compose_state; in keyboard_new()152 *out = kbd; in keyboard_new()167 keyboard_free(struct keyboard *kbd) in keyboard_free() argument169 if (!kbd) in keyboard_free()[all …]
160 kbd = self.devices['BLE_KEYBOARD'][0]163 self.controller_secondary_role_test(kbd, kbd_test_func)176 kbd = self.devices['BLE_KEYBOARD'][0]185 kbd, kbd_test_func, secondary_info=hid_test_device)198 kbd = self.devices['BLE_KEYBOARD'][0]207 kbd, kbd_test_func, secondary_info=hid_test_device)219 kbd = self.devices['BLE_KEYBOARD'][0]223 self.nearby_sender_role_test(kbd, kbd_test_func)236 kbd = self.devices['BLE_KEYBOARD'][0]245 kbd, kbd_test_func, secondary_info=hid_test_device)[all …]
29 :kbd:`C-A` (Control-A) moves the cursor to the beginning of the line, :kbd:`C-E`30 to the end, :kbd:`C-B` moves it one position to the left, :kbd:`C-F` to the31 right. Backspace erases the character to the left of the cursor, :kbd:`C-D` the32 character to its right. :kbd:`C-K` kills (erases) the rest of the line to the33 right of the cursor, :kbd:`C-Y` yanks back the last killed string.34 :kbd:`C-underscore` undoes the last change you made; it can be repeated for45 a new line at the bottom of this buffer. :kbd:`C-P` moves one line up (back) in46 the history buffer, :kbd:`C-N` moves one down. Any line in the history buffer48 modified. Pressing the :kbd:`Return` key passes the current line to the49 interpreter. :kbd:`C-R` starts an incremental reverse search; :kbd:`C-S` starts[all …]
31 Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on40 supported is typing :kbd:`Control-P` to the first Python prompt you get. If it beeps,
28 Typing the interrupt character (usually :kbd:`Control-C` or :kbd:`Delete`) to the primary or
8 kbd,24 kbd {27 color: @kbd-color;28 background-color: @kbd-bg;32 kbd {
346 In this section, 'C' refers to the :kbd:`Control` key on Windows and Unix and347 the :kbd:`Command` key on Mac OSX.349 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right351 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right353 * Arrow keys and :kbd:`Page Up`/:kbd:`Page Down` to move around355 * :kbd:`C-LeftArrow` and :kbd:`C-RightArrow` moves by words357 * :kbd:`Home`/:kbd:`End` go to begin/end of line359 * :kbd:`C-Home`/:kbd:`C-End` go to begin/end of file363 * :kbd:`C-a` beginning of line365 * :kbd:`C-e` end of line[all …]
25 key; it defaults to :kbd:`Tab`. If *completekey* is not :const:`None` and59 :program:`bash`\ -like history-list editing (e.g. :kbd:`Control-P` scrolls back60 to the last command, :kbd:`Control-N` forward to the next one, :kbd:`Control-F`61 moves the cursor to the right non-destructively, :kbd:`Control-B` moves the
1517 | :kbd:`Insert` | KEY_IC |1519 | :kbd:`Delete` | KEY_DC |1521 | :kbd:`Home` | KEY_HOME |1523 | :kbd:`End` | KEY_END |1525 | :kbd:`Page Up` | KEY_PPAGE |1527 | :kbd:`Page Down` | KEY_NPAGE |1722 | :kbd:`Control-A` | Go to left edge of window. |1724 | :kbd:`Control-B` | Cursor left, wrapping to previous line if |1727 | :kbd:`Control-D` | Delete character under cursor. |1729 | :kbd:`Control-E` | Go to right edge (stripspaces off) or end |[all …]
96 not wait for :kbd:`Enter` to be pressed. If the pressed key was a special98 return the keycode. The :kbd:`Control-C` keypress cannot be read with this
420 In this section, 'C' refers to the :kbd:`Control` key on Windows and Unix and421 the :kbd:`Command` key on macOS.423 * :kbd:`Backspace` deletes to the left; :kbd:`Del` deletes to the right425 * :kbd:`C-Backspace` delete word left; :kbd:`C-Del` delete word to the right427 * Arrow keys and :kbd:`Page Up`/:kbd:`Page Down` to move around429 * :kbd:`C-LeftArrow` and :kbd:`C-RightArrow` moves by words431 * :kbd:`Home`/:kbd:`End` go to begin/end of line433 * :kbd:`C-Home`/:kbd:`C-End` go to begin/end of file437 * :kbd:`C-a` beginning of line439 * :kbd:`C-e` end of line[all …]
1613 | :kbd:`Insert` | KEY_IC |1615 | :kbd:`Delete` | KEY_DC |1617 | :kbd:`Home` | KEY_HOME |1619 | :kbd:`End` | KEY_END |1621 | :kbd:`Page Up` | KEY_PPAGE |1623 | :kbd:`Page Down` | KEY_NPAGE |1816 | :kbd:`Control-A` | Go to left edge of window. |1818 | :kbd:`Control-B` | Cursor left, wrapping to previous line if |1821 | :kbd:`Control-D` | Delete character under cursor. |1823 | :kbd:`Control-E` | Go to right edge (stripspaces off) or end |[all …]
26 key; it defaults to :kbd:`Tab`. If *completekey* is not :const:`None` and57 :program:`bash`\ -like history-list editing (e.g. :kbd:`Control-P` scrolls back58 to the last command, :kbd:`Control-N` forward to the next one, :kbd:`Control-F`59 moves the cursor to the right non-destructively, :kbd:`Control-B` moves the
108 is not already available, but will not wait for :kbd:`Enter` to be111 The :kbd:`Control-C` keypress cannot be read with this function.
96 keyboards = [kbd for kbd in keyboards if kbd in self._login_keyboards]
51 elem_kbd="<kbd></kbd>"
80 calculator. When you want to end your interactive Python session, hold the :kbd:`Ctrl`81 key down while you enter a :kbd:`Z`, then hit the ":kbd:`Enter`" key to get back to your87 after you enter the :kbd:`Ctrl-Z` character; Windows is running a single "python"130 starts up the interpreter as above (and don't forget you'll need a ":kbd:`Ctrl-Z`" and131 an ":kbd:`Enter`" to get out of it). Once you have verified the directory, you can324 with the additional feature of being able to send :kbd:`Ctrl+C` and :kbd:`Ctrl+Break`
192 kbd, selector407 kbd, selector412 kbd { selector
15 the DUT. The openvt binary (emerge emerge sys-apps/kbd) should be available
63 kbd{"кӕсгон"}
27 kbd{"kabardiano"}
26 kbd{"kabardiano"}
31 Typing an end-of-file character (:kbd:`Control-D` on Unix, :kbd:`Control-Z` on40 typing :kbd:`Control-P` to the first Python prompt you get. If it beeps, you