Use this forum to talk about a feature you're missing. Use the bug tracker to report it if necessary.
suggested accelerator changes
Date: May 31, 2001 12:44AM
Wow, K-Meleon sure is coming along nicely, at this rate it'll be my preferred browser in no time.
One simple suggestion is to perhaps change the default accelerator keys to switch windows (currently F7 and SHIFT+F7) to the Windows platform defaults (CTRL-TAB and CTRL-SHIFT-TAB):
I've done this by changing:
VK_F7 = ID_WINDOW_NEXT
SHIFT VK_F7 = ID_WINDOW_PREV
to:
CTRL VK_TAB = ID_WINDOW_NEXT
SHIFT CTRL VK_TAB = ID_WINDOW_PREV
Keep up the great work guys.
As well, I don't have the required programming skills to contribute to the code, but I would love to help with QA, documentation, or other things that may need doing.
Re: suggested accelerator changes
Date: May 31, 2001 08:50AM
This is a great idea and I'd love to see it implemented. Even though everything can be manually configured, the defaults should reflect what most users will want to see. That's why the full-screen fucntion should be F11 (IE default) and not F2