We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 86ffda6 commit e2dc8bfCopy full SHA for e2dc8bf
src/app/qgsmaptoolcapture.cpp
@@ -320,6 +320,13 @@ void QgsMapToolCapture::canvasKeyPressEvent( QKeyEvent* e )
320
{
321
undo();
322
323
+ // Override default shortcut management in MapCanvas
324
+ e->ignore();
325
+ }
326
+ else if ( e->key() == Qt::Key_Escape )
327
+ {
328
+ stopCapturing();
329
+
330
// Override default shortcut management in MapCanvas
331
e->ignore();
332
}
0 commit comments