Changeset 125
- Timestamp:
- 2007-02-18 12:45:59 (2 years ago)
- Files:
-
- trunk/chrome/content/dta/dta.js (modified) (1 diff)
- trunk/chrome/content/dta/select.xul (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/dta.js
r108 r125 355 355 this.changeTab(Preferences.getDTA("seltab", 0) ? 'images': 'links'); 356 356 357 $("urlList").addEventListener( 358 'keypress', 359 function(evt) { 360 if (evt.charCode == ' '.charCodeAt(0)) { 361 Dialog.toggleSelection(); 362 } 363 }, 364 true 365 ); 366 357 367 } catch(ex) { 358 368 DTA_debug.dump("load():", ex); trunk/chrome/content/dta/select.xul
r62 r125 50 50 <keyset> 51 51 <key keycode="VK_ESCAPE" oncommand="self.close();"/> 52 <key keycode="VK_SPACE" oncommand="Dialog.toggleSelection();"/>53 52 <key id="kMacEsc" modifiers="accel" key="W" oncommand="self.close();"/> 54 53 <key keycode="VK_RETURN" oncommand="Dialog.download(true);"/>
