![]() |
|
How do I assign hotkeys in 2.x? - Printable Version +- Wings 3D Development Forum (http://www.wings3d.com/forum) +-- Forum: Wings 3D (/forumdisplay.php?fid=1) +--- Forum: Interface & Usage (/forumdisplay.php?fid=3) +--- Thread: How do I assign hotkeys in 2.x? (/showthread.php?tid=2682) |
How do I assign hotkeys in 2.x? - ekolis - 09-15-2018 01:02 AM Used to be able to assign a hotkey to a menu command by hovering over it and pressing insert, but that doesn't seem to work anymore - how can I do this in 2.x? RE: How do I assign hotkeys in 2.x? - oort - 09-15-2018 04:50 AM ekolis, Read the "How to define hotkeys" under the Help pulldown menu. It has changed a little bit from how it worked in the past. oort RE: How do I assign hotkeys in 2.x? - ekolis - 09-15-2018 03:23 PM Ooh, that seems a bit more complicated - wonder why it changed? RE: How do I assign hotkeys in 2.x? - micheus - 09-15-2018 04:42 PM That was necessary when he library used to build the Wings3d user interface was changed from SDL to wxWidgets. |