I can switch between windows with "C-x o", but if I have opened multiple frames, can I move between them without the mouse as well? I just realized that the question probably sounds braindead without this detail: I'm on OS X (finnish keyboard) and switching between windows of the same app is difficult.
|
1
|
|
|
|
|
|
If you want an Emacs-centric method, try C-x 5 o. |
||
|
|
|
|
From manual the answer is "C-x 5 o" (but read the fine print at the and - about variable focus-follows-mouse) |
||
|
|
|
|
I use M-x next-multiframe-window (bound to a key of course). Better IMHO than M-x other-frame (C-x 5 o). next-multiframe-window steps thorough the windows of each frame. other-frame toggles just steps through the frames (like ALT-TAB) |
||
|
|
|
|
I believe you can switch between frames the same way you switch between applications. On Windows I use Alt-TAB, on Unix I have my machine setup to use Ctrl-Alt-TAB |
||||
|
