Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
[standby] OSX ⌘-Insert doesn't work
07-26-2016, 02:07 PM (This post was last modified: 03-10-2018 11:36 AM by micheus.)
Post: #1
[standby] OSX ⌘-Insert doesn't work
⌘-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.
Reply
07-27-2016, 10:11 AM (This post was last modified: 07-27-2016 10:13 AM by tkbd.)
Post: #2
RE: [OSX] ⌘-Insert doesn't work
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...
Reply
07-27-2016, 01:43 PM
Post: #3
RE: [OSX] ⌘-Insert doesn't work
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
Reply
12-02-2016, 03:57 AM
Post: #4
RE: [OSX] ⌘-Insert doesn't work
tkbd, can you please verify if this problem still persists in the newest version?

@MicheusVieira MicheusVieira Micheuss micheus4wings3d
* Wings3D Team stands for: Björn and Dan
Reply
12-02-2016, 08:03 AM
Post: #5
RE: OSX ⌘-Insert doesn't work
I have not done anything to fix it..so it should still be there.
Reply
12-02-2016, 04:40 PM
Post: #6
RE: OSX ⌘-Insert doesn't work
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.
Reply


Forum Jump:


User(s) browsing this thread: 1 Guest(s)