Wings 3D Development Forum

Full Version: [standby] OSX ⌘-Insert doesn't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
⌘-Insert doesn't work fork setting new shortcuts

⌘-8 (as stated in How to define hotkeys) works fine, but pressing ⌘-Insert doesn't produce any result.
Hi xlii
Do you connects the keyboard forPC to Mac?
I didn't notice it because using a keyboard for Mac.

To Developpers...
This is because,Mac can also use PC keyboard.
If ⌘-Insert key is recognized by OSX or WxWidgets level, It should to fix.
(In features of oppositie,The combination of ⌘-9 and ⌘-delete key were works fine in OSX.)

In reference,Recent Mac keyboards layout...
[Image: th_apple_keyboads_zpskgmizbvj.png]
Yes,

I'm using external USB DasKeyboard with windows layout. I've checked keycode generated and it looks as following:
Code:
eventType:FlagsChanged    code:0x37       name:Command_L       flags:Cmd                                misc:KeyCode::COMMAND_L     characters:

eventType:KeyDown         code:0x72       name:Help            flags:Cmd Fn                             misc:KeyCode::HELP     characters:

eventType:KeyUp           code:0x72       name:Help            flags:Cmd Fn                             misc:KeyCode::HELP     characters:

eventType:FlagsChanged    code:0x37       name:Command_L       flags:                                   misc:KeyCode::COMMAND_L     characters:

If there is WxWidget key dumper, feel free to link it - I can check what kind of code it generates. Otherwise I'll try to find it out by myself later if I won't forget about it Smile
tkbd, can you please verify if this problem still persists in the newest version?
I have not done anything to fix it..so it should still be there.
OK,I checked it with several keyboards.

Before that I will report the current situation.
In Wings3D v2.1.4(Mac) Help>Defind hotkeys,
The key mapp is a following.
⌥⌘8 : Hotkey|Bind
⌘8 : Hotkey|Bind
⌥⌘9 : Hotkey|Unbind
⌘9 : Hotkey|Unbind

I tried these hotkeys with Apple keyboard
⌘9 and ⌘8 were worked,but ⌥⌘8 and ⌥⌘9 weren't worked.

Next,I tried these hotkeys with these Windows keyboads connect to Mac.
About Windows keyboards I using.
  • USB-compliant keyboard (connect with USB cable, JIS keyboard)
  • Logicool K400r wireless keyboard (via Bluetooth, similar notePC keymap)

Both keyboard are shows ⌘9 and ⌘8 were worked,but ⌥⌘8 and ⌥⌘9 weren't worked.

Then,I test for "Insert" key respons.
Both windows keyboad "Insert" key was act same as "Help" key in AppleKeyboard.
This is the conclusion
Therefore, if we connect a Windows keyboard to Mac...
It seems better to assign the same key code of "help" key to makes "Insert" key working.