Tabbing from one window pane to another
BlitzMax Forums/BlitzMax Beginners Area/Tabbing from one window pane to another| 
 | ||
| In B3D and B+ I could press Ctrl-Tab to cycle between the program windows that were currently open. How can I do this in BlitzMax? | 
| 
 | ||
| If memory servers it's Ctrl+Left Arrow / Right Arrow - the shortcut usually used for moving the caret to the next word. Caught me off guard more than once. | 
| 
 | ||
| Well, that's ridiculous.  I always used Ctrl-Arrows to skip forward and backward quickly across a line of text. I can see myself already goofing that up. | 
| 
 | ||
| there is the Community Edition of the Editor, that sets the shortcuts back to windows default (search for maxide ce) |