First let me say you're doing a freaking great job!
On Nov 13, 2003, at 9:39 AM, bulia byak wrote:
One-toolbox-only patch is committed. Please test. Now the command to call toolbox is in the dialogs submenu. Any ideas on what key to assign it to?
Ctrl+T / Alt+T / Meta+T
I tried to assign context menu to a single alt press, but this made alt-shortcuts unusable because it fired the menu no matter if any other key is pressed with alt or not. Does anyone know how to fix this?
Ctrl+M / Alt+M / Meta+M
Another weirdness: I wanted to assign space to selector - it's used this was on Xara and it's very convenient. But the verb does not work with GDK_space. Looks like someone steals this key. So for now it's shift-space - this way it works fine.
Can we please use Ctrl / Alt / Meta for temporary tool changes?
Thomas: Multiple instances of the program work for me, as do command line arguments. I agree that buttons should send focus to canvas, and maybe not only buttons. I will look into that.
Essentially anything that ends without prompting the user for more data should send the focus to the canvas, perhaps in the event chain, if the even is not handled it defaults to "Focus Canvas"
-Thomas