Post

Replies

Boosts

Views

Activity

Reply to Why is it that the Apple keyboard cannot handle simultaneous typing of the 'Tab + W + Space' keys, which are commonly used in games?
It is not related to any specific API (such as NSViewController's keyDown/KeyUp). All Mac computer keyboards (iMac and laptop) cannot receive the 'Tab + W + Space' keys pressed simultaneously. You can verify this by testing it on any text editor - pressing the Tab and W keys together and then pressing the Space bar does not generate the Space event in the text editor. The 'WSAD' keys are typically used as the four directional keys in games and are often used in combination with other keys. Apart from the W/S directional keys, other combinations such as pressing 'Tab + A + Space' simultaneously can receive the Space event.
Jun ’23