Wings 3D Development Forum

Full Version: [fixed] W7, Wings 2.0.2, Cant hotkey commands with RMB option
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It isnt possible to hotkey any command that have interactive variant (pick an axis around which a rotate operation will occur, pick an axis to perform extrude along it, etc), usually RMB option.

For example: RMB Rotate ("pick axis to rotate around"), RMB Move ("pick axis to move along"), RMB Scale Axis ("pick axis to Scale along"), etc etc.

This works fine in 2.0.1 release and 1.5.4 one.


wings_crash.dump:

Dump written 2016-1-20_22-24
Version: 2.0.2
Window: geom
Reason: {badmatch,{bindkey,face,37}}

Short stack trace:
[]

Long stack trace:
[{wings_hotkey,bind_from_event,2,
[{file,"f:/unixlike/src/wings/src/wings_hotkey.erl"},
{line,195}]},
{wings_hotkey,do_bind,2,
[{file,"f:/unixlike/src/wings/src/wings_hotkey.erl"},
{line,164}]},
{wings_hotkey,event_handler,2,
[{file,"f:/unixlike/src/wings/src/wings_hotkey.erl"},
{line,141}]},
{wings_wm,handle_event,3,
[{file,"c:/Users/uabdgud/src/wings/src/wings_wm.erl"},{line,931}]},
{wings_wm,send_event,2,
[{file,"c:/Users/uabdgud/src/wings/src/wings_wm.erl"},{line,903}]},
{wings_wm,do_dispatch,2,
[{file,"c:/Users/uabdgud/src/wings/src/wings_wm.erl"},{line,768}]},
{wings_wm,get_and_dispatch,0,
[{file,"c:/Users/uabdgud/src/wings/src/wings_wm.erl"},{line,660}]},
{wings,init,1,
[{file,"c:/Users/uabdgud/src/wings/src/wings.erl"},{line,152}]}]

PS: I am using the wings_hotkey.beam and wings_tweak.beam Micheus provide in the following thread:
http://wings3d.com/forum/showthread.php?tid=1511
Thanks for report it Fonte Boa.

I found the problem, but as I'm not use to set new hotkeys it's possible something would be still messed. Please check if it's working as it used to be.

I updated only the wings_hotkey.beam file.
It is working fine now, Micheus: thanks!

I'd like to suggest you can update the following post, directing the link to download this last wings_hotkey.beam version.

Thanks, again. Smile
Thanks Fonte
(01-21-2016, 01:45 PM)Fonte Boa Wrote: [ -> ]I'd like to suggest you can update the following post, directing the link to download this last wings_hotkey.beam version.
It is. Google drive has a version control system that allow me to upload a new version without to need update previous link for the same file. Smile
How bad was the bug ?

I'm still on 2.0.1.

Can I edit hot keys manually ? Or use the latest beam file with 2.0.1 ?


I have not hot-keyed in a while. But having troubles with it today.

Hmmm I ended up needing to do

CTRL + 8


Which is not what is said in the "help".
ggaliens , I add wings_hotkey.beam micheus posted in you latest Manifold lab but couldn't start it.
(01-24-2016, 07:47 PM)ggaliens Wrote: [ -> ]How bad was the bug?
Too bad, if you consider that something was working fine isn't anymore. After the fixes main problem is the impossibility to use the keys between F1-12.
Any hotkey previously defined still works.

Quote:Can I edit hot keys manually ? Or use the latest beam file with 2.0.1 ?
I think you have skill enough to edit them manually in the preferences file or just use any previous version you have installed to define the hotkeys and they will be available in the v2.0.2 - using the fixes I posted in this bug session. Notice that there were different situations related to hotkeys that were reported, so the fixes were other them only to wings_hotkey.beam.

Quote:Hmmm I ended up needing to do
CTRL + 8
Which is not what is said in the "help".
It is working if you use what you read in the help (at least to me)
Quote:To assign a hotkey to a command:
1. Press [Ctrl-Insert] or [Ctrl-Alt-8] key.
but, it's also true that if you omit the ALT key you will also get into hotkey event. I hope this can be fixed together with the function keys issue.