James Yan wrote: > yep, you're right. > but it's a little bit strange that Plus requires a shift key. > > like most "image viewer" application, i hope to zoom in with shortcut CTRL + > PLUS, but in Qt i find it acutally is "Qt::CTRL + Qt::Key_Equal". That depends on keyboard layout afaik. Ctrl + Plus (numeric keypad) should work.