Skip to content

Commit

Permalink
Fix hotkey conflict (CTRL+ALT+P).
Browse files Browse the repository at this point in the history
  • Loading branch information
Clownacy committed Apr 11, 2024
1 parent 18a9100 commit ae864df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions main-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
<string>Kosinski&amp;+...</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+P</string>
<string>Ctrl+Alt+L</string>
</property>
</action>
<action name="actionLoad_Tiles_Comper">
Expand All @@ -314,10 +314,10 @@
</action>
<action name="actionLoad_Tiles_Moduled_Kosinski_Plus">
<property name="text">
<string>Modu&amp;led Kosinski+...</string>
<string>Mod&amp;uled Kosinski+...</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+L</string>
<string>Ctrl+Alt+U</string>
</property>
</action>
<action name="actionNext_Sprite">
Expand Down Expand Up @@ -857,15 +857,15 @@
<string>Kosinski&amp;+...</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+Shift+P</string>
<string>Ctrl+Alt+Shift+L</string>
</property>
</action>
<action name="actionModuled_Kosinski_2">
<property name="text">
<string>Modu&amp;led Kosinski+...</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+Shift+L</string>
<string>Ctrl+Alt+Shift+U</string>
</property>
</action>
<action name="actionComper">
Expand Down

0 comments on commit ae864df

Please sign in to comment.