Sfoglia il codice sorgente

selection pen shortcut O

Johann 6 anni fa
parent
commit
78e67a4501
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lazpaint/umenu.pas

+ 1 - 1
lazpaint/umenu.pas

@@ -339,7 +339,7 @@ begin
   ActionShortcut('ToolSelectSpline','A');
   ActionShortcut('ToolMoveSelection','V');
   ActionShortcut('ToolRotateSelection','V');
-  ActionShortcut('ToolSelectPen','P');
+  ActionShortcut('ToolSelectPen','O');
   ActionShortcut('ToolMagicWand','W');
   ActionShortcut('ViewZoomIn','+');
   ActionShortcut('ViewZoomOut','-');