Просмотр исходного кода

UI: Use Shift instead of Alt for Copy/Paste Transform

For Keyboard shortcuts with Ctrl as the primary modifier, the secondary
modifier should be Shift, not Alt. Alt could be used as a tertiary in
the future if really necessary, but generally it should be avoided.
gxalpha 3 лет назад
Родитель
Сommit
15874f9037
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      UI/forms/OBSBasic.ui

+ 2 - 2
UI/forms/OBSBasic.ui

@@ -1676,7 +1676,7 @@
     <string>Basic.MainMenu.Edit.Transform.CopyTransform</string>
    </property>
    <property name="shortcut">
-    <string>Ctrl+Alt+C</string>
+    <string>Ctrl+Shift+C</string>
    </property>
   </action>
   <action name="actionPasteTransform">
@@ -1687,7 +1687,7 @@
     <string>Basic.MainMenu.Edit.Transform.PasteTransform</string>
    </property>
    <property name="shortcut">
-    <string>Ctrl+Alt+V</string>
+    <string>Ctrl+Shift+V</string>
    </property>
   </action>
   <action name="actionRotate90CW">