[IPython-dev] [sage-cloud] Keybindings cheat sheets
Damián Avila
damianavila at gmail.com
Tue Jun 17 21:18:21 EDT 2014
You can also build vertical toolbars to replace the default one... ie, this
is my current setup/theme to take advantage from the horizontal space,
making free more vertical one:
https://twitter.com/damian_avila/status/478033494988562432/photo/1
2014-06-17 21:12 GMT-03:00 Paul Ivanov <pi at berkeley.edu>:
> Fernando Perez, on 2014-06-17 15:55, wrote:
> > Toggling the header and the toolbar are two common ways of reclaiming
> > vertical real estate, which is indeed at a premium in modern laptops....
>
> To do this, I have the following in my custom.js
>
> // Full-Screen via F11 (toggle header and toolbar)
> $([IPython.events]).on('notebook_loaded.Notebook', function(){
> document.addEventListener("keydown", function(e) {
> if (e.keyCode == 122) {
> $('#toggle_header').click();
> $('#toggle_toolbar').click();
> console.log("toggling full screen mode");
> }
> });
>
>
> --
> _
> / \
> A* \^ -
> ,./ _.`\\ / \
> / ,--.S \/ \
> / `"~,_ \ \
> __o ?
> _ \<,_ /:\
> --(_)/-(_)----.../ | \
> --------------.......J
> Paul Ivanov
> ipython and matplotlib core developer
> http://pirsquared.org
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
--
*Damián*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140617/21f29d4b/attachment.html>
More information about the IPython-dev
mailing list