From f6b3b1c893864aa36651ff6d776dbd81f1ab8258 Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Mon, 24 May 2004 15:53:09 +0000 Subject: [PATCH] Bug 97434 Add some ctrl+shift keybindings and clean up the existing ctrl keybindings using modifiers="control any" r=varga sr=alecf --- .../resources/content/bindings/tree.xml | 150 ++++++------------ 1 file changed, 52 insertions(+), 98 deletions(-) diff --git a/xpfe/global/resources/content/bindings/tree.xml b/xpfe/global/resources/content/bindings/tree.xml index 225691715f7..b99da56e7f4 100644 --- a/xpfe/global/resources/content/bindings/tree.xml +++ b/xpfe/global/resources/content/bindings/tree.xml @@ -22,10 +22,6 @@ - - if (navigator.platform.indexOf("Mac") != -1) - this.pageUpOrDownMovesSelection = false; - @@ -84,7 +80,7 @@ onget="return this.treeBoxObject.view; /*.QueryInterface(Components.interfaces.nsIXULTreeBuilder)*/" readonly="true"/> - true + !/Mac/.test(navigator.platform) - + - + - + - + - + - - - - - - - + - + - + - + 0) { - var p = this.treeBoxObject.getPageLength(); - if (f - p >= 0) - i = c - p; - else - i = c - f; - this.treeBoxObject.scrollByPages(-1); - } - this.currentIndex = i; - ]]> - - - - - - - + - + - + - - - - - -