aboutsummaryrefslogtreecommitdiff
path: root/lumina-screenshot/MainUI.ui
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-screenshot/MainUI.ui')
-rw-r--r--lumina-screenshot/MainUI.ui18
1 files changed, 15 insertions, 3 deletions
diff --git a/lumina-screenshot/MainUI.ui b/lumina-screenshot/MainUI.ui
index 233b4574..485bc2c3 100644
--- a/lumina-screenshot/MainUI.ui
+++ b/lumina-screenshot/MainUI.ui
@@ -185,12 +185,21 @@
<string>Quick Save Screenshot</string>
</property>
<property name="shortcut">
- <string>Ctrl+S</string>
+ <string>Ctrl+Shift+S</string>
</property>
</action>
<action name="actionEdit">
<property name="text">
- <string>Crop</string>
+ <string>Edit</string>
+ </property>
+ <property name="toolTip">
+ <string>Edit Screenshot</string>
+ </property>
+ <property name="statusTip">
+ <string>Edit Screenshot</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+E</string>
</property>
</action>
<action name="actionQuit">
@@ -200,13 +209,16 @@
<property name="statusTip">
<string>Quit</string>
</property>
+ <property name="shortcut">
+ <string>Ctrl+Q</string>
+ </property>
</action>
<action name="actionNew">
<property name="text">
<string>Snap</string>
</property>
<property name="statusTip">
- <string>Take new snapshot</string>
+ <string>Take new Screenshot</string>
</property>
</action>
</widget>
bgstack15