]> cloud.milkyroute.net Git - dolphin.git/commit
Don't assign twice the same key to the action New Tab
authorJaime Torres Amate <jtamate@gmail.com>
Sat, 6 Oct 2018 07:59:10 +0000 (09:59 +0200)
committerJaime Torres Amate <jtamate@gmail.com>
Sat, 6 Oct 2018 07:59:10 +0000 (09:59 +0200)
commit5d180c5bb280f68cb98996044055e6891e29bab7
tree90dff789ed39ac1c06e64fcad0a282902789bc68
parentddfc86ab8c207b81ec9ac83167d081b8d01c2750
Don't assign twice the same key to the action New Tab

Second try:
added Qt::CTRL + Qt::Key_T and Qt::CTRL + Qt::SHIFT + Qt::Key_N
as QKeySequence::AddTab is only Qt::CTRL + Qt::SHIFT + Qt::Key_N
under plasma.
src/dolphinmainwindow.cpp