We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Mac (and I think also in other OS, as well as in browsers), there are standard keyboard shortcuts for zooming:
Cmd +
Cmd -
Cmd 0
In Roassal, we use
I
O
<space>
I think, we should be more consistent with OS, otherwise, people would find Roassal interactions unnatural
The text was updated successfully, but these errors were encountered:
moved to pharo-graphics/Roassal
Sorry, something went wrong.
No branches or pull requests
In Mac (and I think also in other OS, as well as in browsers), there are standard keyboard shortcuts for zooming:
Cmd +
to zoom inCmd -
to zoom outCmd 0
to restore the default zoomIn Roassal, we use
I
to zoom inO
to zoom out<space>
to restore the default zoomI think, we should be more consistent with OS, otherwise, people would find Roassal interactions unnatural
The text was updated successfully, but these errors were encountered: