Changeset 4313
- Timestamp:
- 07/22/2008 05:32:42 PM (1 month ago)
- Files:
-
- trunk/dabo/ui/uiwx/dShell.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dShell.py
r4304 r4313 329 329 cp.Sizer.append1x(self.shell) 330 330 self.shell.Bind(wx.EVT_RIGHT_UP, self.shellRight) 331 332 if self.Application.Platform == "Mac": 333 keybnd = "cmd+R" 334 else: 335 keybnd = "ctrl+R" 336 self.bindKey(keybnd, self.onHistoryPop) 331 # Bring up history search 332 self.bindKey("Ctrl+R", self.onHistoryPop) 337 333 338 334 # Restore the history
