I have discovered a bunch of keyboard shortcuts on my own but is there someplace I can find a full list? A specific shortcut that would really be convenient is to be able to switch between Pharo 'morphs', like how I do with alt+tab on Windows. For example, I'm always switching between a workspace and the system browser. I'd like not to have to reach for the mouse each time. Is there such a beast? Dan
On Sun, Dec 12, 2010 at 2:31 PM, Daniel Klein <danielk@danielk.us> wrote:
I have discovered a bunch of keyboard shortcuts on my own but is there someplace I can find a full list?
I remember this: http://forum.world.st/Keyboard-shortcuts-cheatsheet-td1583170.html and this: http://lists.gforge.inria.fr/pipermail/pharo-project/2009-December/017196.ht...
A specific shortcut that would really be convenient is to be able to switch between Pharo 'morphs', like how I do with alt+tab on Windows. For example, I'm always switching between a workspace and the system browser. I'd like not to have to reach for the mouse each time. Is there such a beast?
Yes, there is :) In mac it is with cmd + arrows (left/right) In linux/windows I guess it could be alt + arrow, or alt + ctrl + arrow, or ctrl + arrow...etc.
Cheers mariano
could there just be a menu option in the help menu that brought up a simple workspace with the shortcuts in it? On Dec 12, 2010, at 8:46 AM, Mariano Martinez Peck wrote:
On Sun, Dec 12, 2010 at 2:31 PM, Daniel Klein <danielk@danielk.us> wrote: I have discovered a bunch of keyboard shortcuts on my own but is there someplace I can find a full list?
I remember this:
http://forum.world.st/Keyboard-shortcuts-cheatsheet-td1583170.html
and this:
http://lists.gforge.inria.fr/pipermail/pharo-project/2009-December/017196.ht...
A specific shortcut that would really be convenient is to be able to switch between Pharo 'morphs', like how I do with alt+tab on Windows. For example, I'm always switching between a workspace and the system browser. I'd like not to have to reach for the mouse each time. Is there such a beast?
Yes, there is :) In mac it is with cmd + arrows (left/right) In linux/windows I guess it could be alt + arrow, or alt + ctrl + arrow, or ctrl + arrow...etc.
Cheers
mariano
On Sun, Dec 12, 2010 at 5:39 PM, Joseph T. Bore <jbore@tjtech.com> wrote:
could there just be a menu option in the help menu that brought up a simple workspace with the shortcuts in it?
I asked this one year ago: http://code.google.com/p/pharo/issues/detail?id=1042 But there is something that should be done: test all of them and see which are still working, which are not, which have changed, etc. Who volunteer for this?
On Dec 12, 2010, at 8:46 AM, Mariano Martinez Peck wrote:
On Sun, Dec 12, 2010 at 2:31 PM, Daniel Klein <danielk@danielk.us> wrote:
I have discovered a bunch of keyboard shortcuts on my own but is there someplace I can find a full list?
I remember this:
http://forum.world.st/Keyboard-shortcuts-cheatsheet-td1583170.html
and this:
http://lists.gforge.inria.fr/pipermail/pharo-project/2009-December/017196.ht...
A specific shortcut that would really be convenient is to be able to switch between Pharo 'morphs', like how I do with alt+tab on Windows. For example, I'm always switching between a workspace and the system browser. I'd like not to have to reach for the mouse each time. Is there such a beast?
Yes, there is :) In mac it is with cmd + arrows (left/right) In linux/windows I guess it could be alt + arrow, or alt + ctrl + arrow, or ctrl + arrow...etc.
Cheers
mariano
i can do that, i'll need some help, but i can put something together. On Dec 12, 2010, at 1:09 PM, Mariano Martinez Peck wrote:
On Sun, Dec 12, 2010 at 5:39 PM, Joseph T. Bore <jbore@tjtech.com> wrote:
could there just be a menu option in the help menu that brought up a simple workspace with the shortcuts in it?
I asked this one year ago: http://code.google.com/p/pharo/issues/detail?id=1042
But there is something that should be done: test all of them and see which are still working, which are not, which have changed, etc.
Who volunteer for this?
On Dec 12, 2010, at 8:46 AM, Mariano Martinez Peck wrote:
On Sun, Dec 12, 2010 at 2:31 PM, Daniel Klein <danielk@danielk.us> wrote: I have discovered a bunch of keyboard shortcuts on my own but is there someplace I can find a full list?
I remember this:
http://forum.world.st/Keyboard-shortcuts-cheatsheet-td1583170.html
and this:
http://lists.gforge.inria.fr/pipermail/pharo-project/2009-December/017196.ht...
A specific shortcut that would really be convenient is to be able to switch between Pharo 'morphs', like how I do with alt+tab on Windows. For example, I'm always switching between a workspace and the system browser. I'd like not to have to reach for the mouse each time. Is there such a beast?
Yes, there is :) In mac it is with cmd + arrows (left/right) In linux/windows I guess it could be alt + arrow, or alt + ctrl + arrow, or ctrl + arrow...etc.
Cheers
mariano
If you want to define your own global keyboard shortcuts, you can try my GlobalKeys for Pharo package (http://www.squeaksource.com/GlobalKeys). I use it to launch windows in pre-defined locations and with pre-defined sizes and launch an external web browser during Seaside development. I also made Ctrl-Tab switch between Pharo windows ;). TF On Sun, Dec 12, 2010 at 5:31 AM, Daniel Klein <danielk@danielk.us> wrote:
I have discovered a bunch of keyboard shortcuts on my own but is there someplace I can find a full list?
A specific shortcut that would really be convenient is to be able to switch between Pharo 'morphs', like how I do with alt+tab on Windows. For example, I'm always switching between a workspace and the system browser. I'd like not to have to reach for the mouse each time. Is there such a beast?
Dan
participants (4)
-
Daniel Klein -
Joseph T. Bore -
Mariano Martinez Peck -
Tony Fleig