You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Squeak's text fields, for example, [cmd]+[n] opens a sender's browser through the current tool set. We could scan all available scripts before falling back to that tool set using the following look-up strategy:
script matches a #keyboardShortcut property
script matches #inputKind
open script with highest #priority
The text was updated successfully, but these errors were encountered:
In Squeak's text fields, for example,
[cmd]+[n]
opens a sender's browser through the current tool set. We could scan all available scripts before falling back to that tool set using the following look-up strategy:#keyboardShortcut
property#inputKind
#priority
The text was updated successfully, but these errors were encountered: