Lines Matching refs:alt
67 bool alt;
266 browser(), test.key, test.ctrl, test.shift, test.alt, test.command));
274 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n"
277 data.key, data.ctrl, data.shift, data.alt, data.command,
506 // On Mac, access keys use ctrl+alt modifiers.
588 // Alt+A should focus the element with accesskey = "A".
598 // Alt+D should move the focus to the location entry.
606 // No element should be focused, as Alt+D was handled by the browser.
617 // If the keydown event is suppressed, then Alt+D should be handled as an
631 // On GTK, alt-0..9 are assigned as tab selection accelerators, so they can
829 // Press and release Alt key to focus wrench menu button.
836 // Alt key can be suppressed.
840 // Ctrl+Alt should have no effect.