Changeset 33692
- Timestamp:
- 06/01/09 16:18:38 (4 years ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/minibuffer.user.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/minibuffer.user.js
r33690 r33692 148 148 this.through_input_elements && 149 149 /^(?:input|textarea)$/.test(aEvent.target.nodeName.toLowerCase())) return; 150 var ch = ((aEvent.keyCode in this.keyCodeStr) && (aEvent.shiftKey? 'S HIFT-' + this.keyCodeStr[aEvent.keyCode] : this.keyCodeStr[aEvent.keyCode])) ||151 ((aEvent.which in this.whichStr) && (aEvent.shiftKey? 'S HIFT-' + this.whichStr[aEvent.which] : this.whichStr[aEvent.which])) ||150 var ch = ((aEvent.keyCode in this.keyCodeStr) && (aEvent.shiftKey? 'S-' + this.keyCodeStr[aEvent.keyCode] : this.keyCodeStr[aEvent.keyCode])) || 151 ((aEvent.which in this.whichStr) && (aEvent.shiftKey? 'S-' + this.whichStr[aEvent.which] : this.whichStr[aEvent.which])) || 152 152 String.fromCharCode(aEvent.which); 153 153 var kf = this.findByEvent(aEvent, ch);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)