Home
last modified time | relevance | path

Searched refs:keyCode (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_timeline_vis.js513 if (event.keyCode == 37) { // Left Arrow
516 } else if (event.keyCode == 39) { // Right arrow
519 } else if (event.keyCode == 16) { // Shift
522 } else if (event.keyCode == 38) { // Up arrow
525 } else if (event.keyCode == 40) { // Down arrow
532 if (event.keyCode == 37 || event.keyCode == 39) {
535 } else if (event.keyCode == 16) {
538 } else if (event.keyCode == 38 || event.keyCode == 40) {
/openbmc/phosphor-webui/app/common/directives/
H A Dvt100plus.js54 if (((modifiers) && (ev.keyCode != BACKSPACE)) || (ev.type != 'keydown')) {
57 switch (ev.keyCode) {
H A Dlog-search-control.js17 if (event.keyCode === 13 && search.length >= 2) {
/openbmc/phosphor-webui/app/login/controllers/
H A Dlogin-controller.js27 if (event.keyCode === 13) {
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dinventory-overview-controller.js36 if (event.keyCode === 13 && search.length >= 2) {
H A Dsyslog-controller.js90 if (event.keyCode === 13 && search.length >= 2) {
H A Dsensors-overview-controller.js42 if (event.keyCode === 13 && search.length >= 2) {
/openbmc/qemu/ui/
H A Dcocoa.m812 if ([event keyCode] < ARRAY_SIZE(with_control_translation)) {
813 keysym = with_control_translation[[event keyCode]];
816 if ([event keyCode] < ARRAY_SIZE(without_control_translation)) {
817 keysym = without_control_translation[[event keyCode]];
876 * -[NSEvent keyCode] of an event whose -[NSEvent type] is
881 * application is inactive. It is because -[NSEvent keyCode] does not tell
922 switch ([event keyCode]) {
993 keycode = cocoa_keycode_to_qemu([event keyCode]);
1029 keycode = cocoa_keycode_to_qemu([event keyCode]);
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-ui.min.js6keyCode:{BACKSPACE:8,COMMA:188,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,LEFT:37,PAGE_DO… class in AnonymousClass89c43af00601
H A Djquery.treetable.js152 if (e.keyCode == 13) {
H A Dtypeahead.jquery.js472 var keyName = specialKeyCodeMap[$e.which || $e.keyCode];
538 if (specialKeyCodeMap[$e.which || $e.keyCode]) {
H A Djquery-2.0.3.min.js5 …nction(e,t){return null==e.which&&(e.which=null!=t.charCode?t.charCode:t.keyCode),e}},mouseHooks:{…
H A Djquery-3.7.1.min.js2 …geX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,butt… property in AnonymousClass48244069a901
H A Djquery.dataTables-1.13.8.min.js4 …t(function(){e.call(u[0],t)},10)}).on("keypress.DT",function(t){if(13==t.keyCode)return!1}).attr("…
H A Djquery-3.7.1.min.map1 …entPhase","metaKey","pageX","pageY","shiftKey","view","char","charCode","keyCode","buttons","clien…
H A Djquery-2.0.3.min.map1 …atch","sel","props","fixHooks","keyHooks","original","which","charCode","keyCode","mouseHooks","ev…
/openbmc/rest-dbus/resources/
H A Djquery.min.js4 …nction(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{…