main.view: Avoid shortcut overloads when the 'Browser' tool is dockable
commit39ad9c8ee8a940ded39d46b166612404c8508b02
authorDavid Aguilar <davvid@gmail.com>
Fri, 30 Dec 2011 07:10:45 +0000 (29 23:10 -0800)
committerDavid Aguilar <davvid@gmail.com>
Fri, 30 Dec 2011 07:10:45 +0000 (29 23:10 -0800)
treed23f15eb3590887faa39a66f13f048f995b9bf79
parent69f90dae5a00ce9d1f9ee2e7ce4ae92ea225e90f
main.view: Avoid shortcut overloads when the 'Browser' tool is dockable

The "dockable browser tool" enabled by 'git config cola.browserdockable true'
is not a common feature but we support it so avoid introducing overloaded
keyboard shortcuts when configured this way.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/main/view.py