We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e057a2b commit 25c23a2Copy full SHA for 25c23a2
1 file changed
source/MRViewer/MRShortcutManager.cpp
@@ -145,6 +145,14 @@ std::string ShortcutManager::getKeyString( int key )
145
{
146
return std::string( "Enter" );
147
}
148
+ else if ( key == GLFW_KEY_EQUAL )
149
+ {
150
+ return std::string( "=" );
151
+ }
152
+ else if ( key == GLFW_KEY_MINUS )
153
154
+ return std::string( "-" );
155
156
else
157
158
switch ( key )
0 commit comments