Home | History | Annotate | Download | only in front-end

Lines Matching refs:Up

541             shortcut.shortcutToString(shortcut.Keys.Up),
546 shortcut.shortcutToString(shortcut.Keys.Up, shortcut.Modifiers.Shift),
1630 var arrowKeyPressed = (event.keyIdentifier === "Up" || event.keyIdentifier === "Down");
1684 // Remember the rule's original CSS text on [Page](Up|Down), so it can be restored
1696 var arrowKeyPressed = (event.keyIdentifier === "Up" || event.keyIdentifier === "Down");
1701 else if (number === -1 && event.keyIdentifier === "Up")
1712 // Also jump by 10 for page up and down, or by 100 if shift is held with a page key.
1739 var arrowKeyPressed = (event.keyIdentifier === "Up" || event.keyIdentifier === "Down");
1743 delta = (event.keyIdentifier === "Up") ? 1 : -1;
1790 // This should happen last, as it clears the info necessary to restore the property value after [Page]Up/Down changes.
1908 // New properties applied via up/down have an originalPropertyText and will be deleted later
1920 // The user deleted everything and never applied a new property value via Up/Down scrolling, so remove the tree element and update.
1986 var reverse = event.keyIdentifier === "Up";