Skip to content

Commit

Permalink
add convenience method BPKeyboard>>sendKey:
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jan 2, 2024
1 parent 778672c commit e2d0805
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*Parasol-Convenience
sendKey: aCharacter

self sendKeys: (String with: aCharacter)

0 comments on commit e2d0805

Please sign in to comment.