Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

quickbar: remove duplicate CTRL+T shortcut for quickbar

The workbench has the definitive CTRL+T shortcut

Changeset 497104ef2695

Parent 21243e4d0108

by Steve Borho

Changes to one file · Browse files at 497104ef2695 Showing diff from parent 21243e4d0108 Diff from another changeset...

 
256
257
258
259
 
260
261
262
 
256
257
258
 
259
260
261
262
@@ -256,7 +256,7 @@
  gotoSignal = pyqtSignal(unicode)     def __init__(self, parent): - QuickBar.__init__(self, 'Goto', 'Ctrl+T', 'Goto', parent) + QuickBar.__init__(self, 'Goto', None, 'Goto', parent)     def createActions(self, openkey, desc):   QuickBar.createActions(self, openkey, desc)