소스 검색

selection pen shortcut O

Johann 6 년 전
부모
커밋
78e67a4501
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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','-');