keyman
keyman copied to clipboard
bug(ios): double-tap on shift key does not give two click sounds
- Double-tap the shift key. Watch how it switches to a Caps layer (see the 'shiftlock' style of the Shift key).
Working OK, but the weird thing is the double tap seem unnatural to the touch. You don't hear the two taps, just one is heard. :/
Originally posted by @MakaraSok in https://github.com/keymanapp/keyman/issues/5989#issuecomment-997633545
I can't say that I recall exactly why we implemented things this way, but... https://github.com/keymanapp/keyman/blob/fc55ffe6d02ef86097313ee7d59e17c9ae0eca21/ios/engine/KMEI/KeymanEngine/Classes/Keyboard/InputViewController.swift#L313-L319
It's been like this since #378 - when we converted from Obj-C to Swift.
A sufficiently-quick double-tap would definitely be affected by this.