Summary: | Improve focus switching between source editor and console | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | RKWard Team <rkward-devel> |
Component: | general | Assignee: | RKWard Team <rkward-devel> |
Status: | REPORTED --- | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RKWard Team
2011-09-23 14:46:19 UTC
Hi\! 1\) I need to think about this some more, but it's not quite as easy. While there are almost no shortcut conflicts between console and script editor by default \(but Shift+F8, and F2 are; these do the "same" thing, but for different windows\), users are free to assign custom shortcuts to all actions in each "part". Thus it will be difficult to avoid conflicts, reliably, if more than one part can be active at the same time. 2\) Try Ctrl+Tab \! \(And beyond that, check Windows->Activate for more specific window switching shortcuts\). \-- So I think, 2 is implemented, already. 1 is probably a no-go, IMO, but I'll think about this some more, and leave the ticket open for the moment. Regards Thomas -- Originally posted by (AT sourceforge.net): nalimilan -- Ah, I didn't know the Ctrl+Tab trick, that's definitely what my point 2\) is about. I wonder how I missed it when looking at the shortcuts dialog... So that one is fixed. About the first point, well, I think you have to consider trade-offs. I don't think that preventing users from setting conflicting shortcuts between the top pane and the console is really a problem, given the very low probability of this being useful. And the advantage is high, since it makes the whole GUI more stable when you switch \(no changing toolbars\), and more efficient for everyone. Maybe that's more of a technical problem, since RKWard needs to detect and prevent conflicts between the console and all other parts. As for the F2 and Alt+F8, that's not much of an issue. F2 can simply show help for the function in the focused part. For Alt+F8, it should run the selection of the console if it's focused, and if it isn't, the selection of the editor \(even if I think running selections from the console is really a corner case\). |