| /external/cldr/common/bcp47/ |
| D | transform_keyboard.xml | 11 <key extension="t" name="k0" description="Keyboard transform: 12 Used to indicate a keyboard transformation, such as one used by a client-side virtual keyboard. 14 representing the platform that the keyboard is intended for. 15 …The keyboard might or might not correspond to a keyboard mapping shipped by the vendor for the pla… 17 <type name="osx" description="Mac OSX keyboard." since="21.0.2" /> 18 <type name="windows" description="Windows keyboard." since="21.0.2" /> 19 <type name="chromeos" description="ChromeOS keyboard." since="21.0.2" /> 20 <type name="android" description="Android keyboard." since="21.0.2" /> 21 <type name="googlevk" description="Google virtual keyboard." since="21.0.2" /> 24 …<type name="dvorak" description="Dvorak keyboard layout. See also http://en.wikipedia.org/wiki/Dvo… [all …]
|
| /external/wayland-protocols/freedesktop.org/unstable/keyboard-shortcuts-inhibit/ |
| D | keyboard-shortcuts-inhibit-unstable-v1.xml | 27 <description summary="Protocol for inhibiting the compositor keyboard shortcuts"> 29 to ignore its own keyboard shortcuts for a given seat, so that all 45 <description summary="context object for keyboard grab_manager"> 46 A global interface used for inhibiting the compositor keyboard shortcuts. 50 <description summary="destroy the keyboard shortcuts inhibitor object"> 51 Destroy the keyboard shortcuts inhibitor manager. 56 <description summary="create a new keyboard shortcuts inhibitor object"> 57 Create a new keyboard shortcuts inhibitor object associated with 65 summary="the surface that inhibits the keyboard shortcuts behavior"/> 67 summary="the wl_seat for which keyboard shortcuts should be disabled"/> [all …]
|
| /external/wayland-protocols/freedesktop.org/unstable/xwayland-keyboard-grab/ |
| D | xwayland-keyboard-grab-unstable-v1.xml | 27 <description summary="Protocol for grabbing the keyboard from Xwayland"> 30 all keyboard events to be forwarded to a surface even when the 31 surface does not have keyboard focus. 34 keyboard. On success, all key events are reported only to the 38 keyboard grab. When running in Xwayland, X11 applications may 44 This protocol specifies a way for Xwayland to request all keyboard 68 <description summary="context object for keyboard grab manager"> 69 A global interface used for grabbing the keyboard. 73 <description summary="destroy the keyboard grab manager"> 74 Destroy the keyboard grab manager. [all …]
|
| /external/autotest/server/site_tests/bluetooth_AdapterMTBF/ |
| D | bluetooth_AdapterMTBF.py | 37 # Iterations to run the keyboard report test, this equals about 10 mins 64 'KEYBOARD': 1}) 74 keyboard = self.devices['KEYBOARD'][0] 77 self.test_device_pairing(keyboard) 79 self.run_typical_use_cases(mouse, phone, audio, keyboard) 83 def run_typical_use_cases(self, mouse, phone, audio, keyboard): argument 88 4. Run the concurrent mouse amd keyboard tests for 10 minutes 90 6. Run the concurrent mouse, keyboard and A2DP tests for 10 minutes 99 self.test_suspend_resume(mouse, keyboard) 100 self.test_mouse_and_keyboard(mouse, keyboard) [all …]
|
| /external/autotest/server/cros/servo/keyboard/ |
| D | servo_keyboard_flasher.py | 15 """Flash the servo keyboard map on servo.""" 21 # Command to detect LUFA Keyboard Demo by VID. 26 """Check if servo keyboard map supported on host 35 """Update servo keyboard map firmware on the host if required. 37 The process will verify present of the keyboard firmware on the host 47 logging.debug('Starting flashing the keyboard map.') 51 logging.info('Already using the new keyboard map.') 62 """FLash servo keyboard firmware on the host.""" 78 # Update the keyboard map. 80 local_path = os.path.join(bindir, 'data', 'keyboard.hex') [all …]
|
| /external/autotest/client/cros/input_playback/ |
| D | keyboard.py | 10 _KEYBOARD = 'keyboard' 13 class Keyboard(object): class 14 """An emulated keyboard device used for UI automation.""" 17 """Prepare an emulated keyboard device.""" 19 # Create an emulated keyboard device. 20 self.keyboard = input_playback.InputPlayback() 21 self.keyboard.emulate(input_type=_KEYBOARD) 22 self.keyboard.find_connected_inputs() 35 self.keyboard.blocking_playback(filepath=event_file, 44 self.keyboard.blocking_playback(filepath=event_file, [all …]
|
| /external/perfetto/ui/src/frontend/ |
| D | keyboard_layout_map.ts | 14 // A keyboard layout map that converts key codes to their equivalent glyphs for 15 // a given keyboard layout (e.g. 'KeyX' -> 'x'). 20 interface Keyboard { interface 26 // Fetch the user's keyboard layout map. 27 // This function is merely a wrapper around the keyboard API, which throws a 30 // Browser's that don't support the Keyboard API won't have a keyboard 34 if ('keyboard' in window.navigator) { 37 const keyboard = window.navigator.keyboard as Keyboard; constant 38 return await keyboard.getLayoutMap(); 40 throw new NotSupportedError('Keyboard API is not supported');
|
| /external/wayland-protocols/chromium.org/unstable/keyboard/ |
| D | keyboard-configuration-unstable-v1.xml | 30 the keyboard to the client. 44 summary="the keyboard already has a device configuration object associated"/> 48 <description summary="get keyboard_device_configuration interface for a keyboard"> 56 <arg name="keyboard" type="object" interface="wl_keyboard"/> 63 interface with events to describe device configuration of a keyboard. 71 <description summary="keyboard types"/> 72 <entry name="physical" value="0" summary="Physical keyboard"/> 73 <entry name="virtual" value="1" summary="Virtual keyboard"/> 77 <description summary="keyboard type changed"> 78 Notification that the user is switching to new keyboard type. [all …]
|
| /external/cldr/keyboards/test/ |
| D | README.md | 1 # Technical Preview: CLDR Keyboard Test Data 3 ## <a name="Contents" href="#Contents">Contents of CLDR Keyboard Test Data</a> 5 * [Keyboard Test Data](#keyboard-test-data) 20 ## Keyboard Test Data 22 > **NOTE**: The Keyboard Test Data format is a technical preview, it is subject to revision in futu… 24 Keyboard Test Data allows the keyboard author to provide regression test data to validate the reper… 26 …rdTest3.dtd`. Note that multiple test data files can refer to the same keyboard. Test files shoul… 30 The following describes the structure of a keyboard test file. 34 > **NOTE**: The Keyboard Test Data format is a technical preview, it is subject to revision in futu… 45 > **NOTE**: The Keyboard Test Data format is a technical preview, it is subject to revision in futu… [all …]
|
| /external/autotest/client/site_tests/logging_FeedbackReport/ |
| D | logging_FeedbackReport.py | 25 # Emulate keyboard to open feedback app. 26 # See input_playback. The keyboard is used to play back shortcuts. 28 self._player.emulate(input_type='keyboard') 32 """Use keyboard shortcut to emulate input to open feedback app.""" 34 input_type='keyboard', filename='keyboard_alt+shift+i') 40 input_type='keyboard', filename='keyboard_T+e+s+t') 43 """Use keyboard shortcut to press Enter.""" 45 input_type='keyboard', filename='keyboard_enter') 48 """Use keyboard shortcut to press Shift-Tab.""" 50 input_type='keyboard', filename='keyboard_shift+tab') [all …]
|
| /external/autotest/server/site_tests/bluetooth_AdapterEPHealth/ |
| D | bluetooth_AdapterEPHealth.py | 55 if device.device_type == 'KEYBOARD': 201 if device.device_type in ['KEYBOARD', 'MOUSE']: 247 @test_wrapper('Outgoing: HID: Service in Allowlist', devices={'KEYBOARD':1}) 250 device = self.devices['KEYBOARD'][0] 266 devices={'KEYBOARD':1}) 269 device = self.devices['KEYBOARD'][0] 286 devices={'KEYBOARD':1}) 289 device = self.devices['KEYBOARD'][0] 304 devices={'KEYBOARD':1}) 307 device = self.devices['KEYBOARD'][0] [all …]
|
| /external/wayland-protocols/chromium.org/ |
| D | README.chromium | 55 …wayland-scanner code < unstable/keyboard/keyboard-configuration-unstable-v1.xml > protocol/keyboar… 56 …yland-scanner server-header < unstable/keyboard/keyboard-configuration-unstable-v1.xml > include/p… 57 …yland-scanner client-header < unstable/keyboard/keyboard-configuration-unstable-v1.xml > include/p… 61 …wayland-scanner code < unstable/keyboard/keyboard-extension-unstable-v1.xml > protocol/keyboard-ex… 62 …wayland-scanner server-header < unstable/keyboard/keyboard-extension-unstable-v1.xml > include/pro… 63 …wayland-scanner client-header < unstable/keyboard/keyboard-extension-unstable-v1.xml > include/pro…
|
| /external/cldr/docs/ldml/ |
| D | tr35-keyboards.md | 48 * Part 7: [Keyboards](tr35-keyboards.md#Contents) (keyboard mappings) 132 * [Keyboard IDs](#keyboard-ids) 133 * [Principles for Keyboard IDs](#principles-for-keyboard-ids) 138 … CLDR have dramatically improved the path to language support. However, keyboard support remains p… 142 …amline new language support on the input side have been lacking. CLDR’s Keyboard specification has… 144 …keyboard mapping data independent of vendors and platforms. Keyboard authors can then create a sin… 146 …keyboard mapping that is to be used to transform either text or keystrokes. The corresponding data… 148 …yboards. It also allows better interoperability by making it easier for keyboard designers to see … 150 …ecification, here is an abridged layout representing the English US 101 keyboard on the macOS oper… 162 1. Physical and virtual keyboard layouts defined in a single file. [all …]
|
| /external/autotest/client/site_tests/platform_InputVolume/ |
| D | platform_InputVolume.py | 28 # Emulate keyboard. 29 # See input_playback. The keyboard is used to play back shortcuts. 31 self._player.emulate(input_type='keyboard') 36 Use keyboard shortcut to test Volume Down (F9) key. 44 input_type='keyboard', filename='keyboard_f9') 54 Use keyboard shortcut to test Volume Up (F10) key. 62 input_type='keyboard', filename='keyboard_f10') 70 """Use keyboard shortcut to test Mute (F8) key. 78 input_type='keyboard', filename='keyboard_f8')
|
| /external/autotest/client/site_tests/platform_InputBrowserNav/ |
| D | platform_InputBrowserNav.py | 26 # Emulate keyboard. 27 # See input_playback. The keyboard is used to play back shortcuts. 29 self._player.emulate(input_type='keyboard') 33 """Use keyboard shortcut to test Back (F1) key. 39 input_type='keyboard', filename='keyboard_f1') 44 """Use keyboard shortcut to test Forward (F2) key. 50 input_type='keyboard', filename='keyboard_f2') 55 """Use keyboard shortcut to test Refresh (F3) key. 71 input_type='keyboard', filename='keyboard_f3')
|
| /external/cldr/common/testData/localeIdentifiers/ |
| D | localeDisplayName.txt | 122 en-t-k0-101key; English (101-Key Keyboard) 123 en-t-k0-102key; English (102-Key Keyboard) 124 en-t-k0-600dpi; English (600 dpi Keyboard) 125 en-t-k0-768dpi; English (768 dpi Keyboard) 126 en-t-k0-android; English (Android Keyboard) 127 en-t-k0-azerty; English (AZERTY-Based Keyboard) 128 en-t-k0-chromeos; English (ChromeOS Keyboard) 129 en-t-k0-colemak; English (Colemak Keyboard) 130 en-t-k0-dvorak; English (Dvorak Keyboard) 131 en-t-k0-dvorakl; English (Dvorak Left-Handed Keyboard) [all …]
|
| /external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/data/cldr/localeIdentifiers/ |
| D | localeDisplayName.txt | 122 en-t-k0-101key; English (101-Key Keyboard) 123 en-t-k0-102key; English (102-Key Keyboard) 124 en-t-k0-600dpi; English (600 dpi Keyboard) 125 en-t-k0-768dpi; English (768 dpi Keyboard) 126 en-t-k0-android; English (Android Keyboard) 127 en-t-k0-azerty; English (AZERTY-Based Keyboard) 128 en-t-k0-chromeos; English (ChromeOS Keyboard) 129 en-t-k0-colemak; English (Colemak Keyboard) 130 en-t-k0-dvorak; English (Dvorak Keyboard) 131 en-t-k0-dvorakl; English (Dvorak Left-Handed Keyboard) [all …]
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/data/cldr/localeIdentifiers/ |
| D | localeDisplayName.txt | 122 en-t-k0-101key; English (101-Key Keyboard) 123 en-t-k0-102key; English (102-Key Keyboard) 124 en-t-k0-600dpi; English (600 dpi Keyboard) 125 en-t-k0-768dpi; English (768 dpi Keyboard) 126 en-t-k0-android; English (Android Keyboard) 127 en-t-k0-azerty; English (AZERTY-Based Keyboard) 128 en-t-k0-chromeos; English (ChromeOS Keyboard) 129 en-t-k0-colemak; English (Colemak Keyboard) 130 en-t-k0-dvorak; English (Dvorak Keyboard) 131 en-t-k0-dvorakl; English (Dvorak Left-Handed Keyboard) [all …]
|
| /external/icu/icu4c/source/test/testdata/cldr/localeIdentifiers/ |
| D | localeDisplayName.txt | 122 en-t-k0-101key; English (101-Key Keyboard) 123 en-t-k0-102key; English (102-Key Keyboard) 124 en-t-k0-600dpi; English (600 dpi Keyboard) 125 en-t-k0-768dpi; English (768 dpi Keyboard) 126 en-t-k0-android; English (Android Keyboard) 127 en-t-k0-azerty; English (AZERTY-Based Keyboard) 128 en-t-k0-chromeos; English (ChromeOS Keyboard) 129 en-t-k0-colemak; English (Colemak Keyboard) 130 en-t-k0-dvorak; English (Dvorak Keyboard) 131 en-t-k0-dvorakl; English (Dvorak Left-Handed Keyboard) [all …]
|
| /external/autotest/client/site_tests/suite_HWQual/ |
| D | control.keyboard | 1 NAME = 'suite_HWQual.keyboard' 3 PURPOSE = 'Verify the prescence of a supported keyboard.' 4 CRITERIA = 'Fails if the keyboard is not registered with the input subsystem.' 12 This test uses a modified version of evtest to probe for and test the keyboard. 13 The test finds the keyboard event in /dev/input/, and queries to ensure that 14 the driver presents all of the expected ChromeOS keyboard keys.
|
| /external/autotest/server/site_tests/firmware_FlashServoKeyboardMap/ |
| D | firmware_FlashServoKeyboardMap.py | 15 """A test to flash the keyboard map on servo.""" 37 if ('LUFA Keyboard Demo' in result and 39 logging.info('Already using the new keyboard map.') 58 # Update the keyboard map. 59 local_path = os.path.join(self.bindir, 'test_data', 'keyboard.hex') 61 logging.info('Updating the keyboard map...') 63 host.run('dfu-programmer atmega32u4 flash /tmp/keyboard.hex') 73 if 'LUFA Keyboard Demo' in result:
|
| /external/autotest/server/site_tests/bluetooth_AdapterQRHealth/ |
| D | bluetooth_AdapterQRHealth.py | 160 @test_wrapper('Quality Report A2DP and classic keyboard test', 163 "KEYBOARD": 1 168 """Quality Report A2DP and classic keyboard test""" 170 keyboard_device = self.devices['KEYBOARD'][0] 181 'Quality Report HFP WBS dut as sink and classic keyboard test', 184 'KEYBOARD': 1 189 """Quality Report HFP WBS dut as sink and classic keyboard test""" 191 keyboard_device = self.devices['KEYBOARD'][0] 202 'Quality Report HFP NBS dut as sink and classic keyboard test', 205 'KEYBOARD': 1 [all …]
|
| /external/autotest/server/site_tests/firmware_ECLidSwitch/ |
| D | firmware_ECLidSwitch.py | 132 """Get keyboard backlight brightness. 140 'Current keyboard backlight percent: (\d*)') 141 pattern_disable = re.compile('Keyboard backlight disabled.') 150 raise error.TestError('Cannot get keyboard backlight status.') 153 """Set keyboard backlight brightness. 167 # Don't check the keycode if we don't have a keyboard. 168 if not self.check_ec_capability(['keyboard'], suppress_warning=True): 181 """Check if lid open/close controls keyboard backlight as expected. 184 True if keyboard backlight is turned off when lid close and on when 195 logging.error("Keyboard backlight still on when lid close.") [all …]
|
| /external/autotest/client/site_tests/platform_InputNewTab/ |
| D | platform_InputNewTab.py | 24 # Emulate keyboard. 25 # See input_playback. The keyboard is used to play back shortcuts. 27 self._player.emulate(input_type='keyboard') 31 """Use keyboard shortcut to start a new tab.""" 33 input_type='keyboard', filename='keyboard_ctrl+t') 37 """Use keyboard shortcut to start a new tab.""" 39 input_type='keyboard', filename='keyboard_ctrl+w')
|
| /external/libxkbcommon/test/data/rules/ |
| D | base.xml | 860 <description>Microsoft Office Keyboard</description> 1336 <description>Truly Ergonomic Computer Keyboard Model 227 (Wide Alt keys)</description> 1343 …<description>Truly Ergonomic Computer Keyboard Model 229 (Standard sized Alt keys, additional Supe… 1352 <!-- Keyboard indicator for English layouts --> 1363 <!-- Keyboard indicator for Cherokee layouts --> 1450 <!-- Keyboard indicator for Russian layouts --> 1517 <!-- Keyboard indicator for Afghani layouts --> 1525 <!-- Keyboard indicator for Pashto layouts --> 1536 <!-- Keyboard indicator for Uzbek layouts --> 1547 <!-- Keyboard indicator for Pashto layouts --> [all …]
|