diff --git a/interface/src/Menu.cpp b/interface/src/Menu.cpp index cd5677e9e5..8f7b2be43b 100644 --- a/interface/src/Menu.cpp +++ b/interface/src/Menu.cpp @@ -231,7 +231,7 @@ Menu::Menu() : #ifdef HAVE_QXMPP _chatAction = addActionToQMenuAndActionHash(toolsMenu, MenuOption::Chat, - 0, + Qt::Key_Backslash, this, SLOT(showChat()));