Skip to content

Commit

Permalink
Add shortcut for pipette
Browse files Browse the repository at this point in the history
  • Loading branch information
ClFeSc committed Jul 15, 2021
1 parent d457f82 commit b3b78f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ handleNoModifierKeystroke: aKeyboardEvent
[$p] -> [self clickMenuItemWith: M2Pencil label].
[$e] -> [self clickMenuItemWith: M2Eraser label].
[$t] -> [self clickMenuItemWith: M2TextTool label].
[$f] -> [self clickMenuItemWith: M2FillArea label]
[$f] -> [self clickMenuItemWith: M2FillArea label].
[Character space] -> [self clickMenuItemWith: M2Pipette label]
} otherwise: [^ aKeyboardEvent "no hit"].
^ aKeyboardEvent "no hit"
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"getNameOfFileToImport" : "mFr 6/9/2021 17:50",
"handleCommandKeystroke:" : "K.P. 7/8/2021 13:44",
"handleKeystroke:" : "K.P. 7/8/2021 13:54",
"handleNoModifierKeystroke:" : "K.P. 7/8/2021 13:49",
"handleNoModifierKeystroke:" : "CS 7/15/2021 11:30",
"handleShiftKeystroke:" : "ms 7/9/2021 14:47",
"handlesMouseDown:" : "K.P. 7/8/2021 16:52",
"importImage" : "mFr 6/3/2021 21:17",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"testDoesPencilShortcutChangeState" : "K.P. 7/8/2021 17:39",
"testDoesRectangleToolButtonChangeState" : "mFr 6/25/2021 15:36",
"testDoesRectangleToolButtonKeepState" : "mFr 6/25/2021 15:36",
"testDoesRectangleToolShortcutChangeState" : " 7/14/2021 19:45:36",
"testDoesTextHandleMoveText" : "K.P. 7/14/2021 15:53",
"testDoesUndoSendCorrectMessage" : "CS 5/13/2021 10:03",
"testDoesUndoShortcutSendCorrectMessage" : "K.P. 7/8/2021 18:00",
Expand Down

0 comments on commit b3b78f5

Please sign in to comment.