-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
New issue
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
zoom does'nt work with alt key #700
Comments
This works in OS X at least, |
I have the same problem on Ubuntu 13.04 :/ |
same here on Ubuntu. You should let the user configure if he wants to use alt or shift key. Modifying zoom.js does not seems the right solution to me. |
is it possible to add a new config value like zoomKey ? |
In Latest Cinnamon the default key for moving windows is the Alt. So Cinnamon always takes place first. Though is possible to change the key by |
Added a config value for this, example: Reveal.initialize({
...
zoomKey: 'shift'
}) |
It would be good if zoomKey was documented. I'd like this to be supported by pandoc. |
FYI: jgm/pandoc#4249 adds configuration for this. It'd still be nice if this was documented. |
Tested with chromium 30.0.1599.10 and firefox 27.0a2 :+1 on debian:
I had to replace alt key by shift in zoom.js because event.altKey return always false. With alt key pressed, mousedown event doesn't seem to be triggered.
The text was updated successfully, but these errors were encountered: