|
Function keys only working after hotkey remap
|
|
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 |
|||
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Function keys only working after hotkey remap - elabx - 07-16-2014, 04:47 PM
RE: Function keys only working after hotkey remap - tkbd - 11-28-2014 11:10 AM
RE: Function keys only working after hotkey remap - starsima - 07-06-2015, 08:41 PM
|
User(s) browsing this thread: 1 Guest(s)




