Skip to content

Commit

Permalink
Change default shortcut Ctrl+Shift+A from "deselect all layers", to "…
Browse files Browse the repository at this point in the history
…deselect current layer" to be the opposite of "Ctrl+A"
  • Loading branch information
suricactus authored and nyalldawson committed Mar 25, 2020
1 parent 72daa63 commit 4f45769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/qgisapp.ui
Expand Up @@ -1209,9 +1209,6 @@
<property name="text">
<string>Deselect Features from All Layers</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+A</string>
</property>
</action>
<action name="mActionDeselectActiveLayer">
<property name="icon">
Expand All @@ -1221,6 +1218,9 @@
<property name="text">
<string>Deselect Features from the Current Active Layer</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+A</string>
</property>
</action>
<action name="mActionSelectAll">
<property name="icon">
Expand Down

0 comments on commit 4f45769

Please sign in to comment.