|
Function keys only working after hotkey remap
|
|
07-16-2014, 04:47 PM
Post: #1
|
|||
|
|||
|
Function keys only working after hotkey remap
I am new to Wings3D and through my process of learning the interface I noticed that F6 and F7 (which default to next loop/previous loop) only work if I remap them, other hotkeys seem to work fine aside from the ones asigned to the function keys.
My keyboard is a Mac USB Keyboard with numerical keypad in english. Wings version : 1.5.3 OS: OS X 10.9.4 I tried this in version 1.5.2 and 1.5.3 Wings3D is such a great piece of software
|
|||
|
11-28-2014, 11:10 AM
Post: #2
|
|||
|
|||
RE: Function keys only working after hotkey remap
(07-16-2014 04:47 PM)elabx Wrote: I am new to Wings3D and through my process of learning the interface I noticed that F6 and F7 (which default to next loop/previous loop) only work if I remap them, other hotkeys seem to work fine aside from the ones asigned to the function keys. Hi elabx Thank you to share this problem. I also have the same situation... To Programmers. In OSX, in some special key... The key code value has been assigned a different value as Windows. This is when you register to "Page UP" key hot key in Wings3d of OSX will be displayed <63276> on RMB Menu. From this fact, it is code value indicates that you have over 60,000. Followed a source code Wings3D seems to use the constants of ESDL the key code. SDLK_F1 in wpc_hotkey.erl Probably ESDL-related bugs. Here is corresponding function key's code on OSX. Quote:'63236':F1 This was also seen in the library other than SDL. https://www.allegro.cc/forums/thread/606860 and more about OSX's Keycode List is here. It seems that AppleWebKit use these also. Code: '63232':UPtkbd |
|||
|
07-06-2015, 08:41 PM
Post: #3
|
|||
|
|||
|
RE: Function keys only working after hotkey remap
hi i have the same bug its good to found this topic
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)



