SimpleMobileTools / Simple-Keyboard

Easy keyboard for inserting all kinds of texts, special characters and numbers.
https://www.simplemobiletools.com
GNU General Public License v3.0
329 stars 114 forks source link

Ensure no multiple capital letters appear without using delay #234

Closed esensar closed 1 year ago

esensar commented 1 year ago

This fixes the issue of capitalizing two letters when SHIFT is active, but it does not use delay. It instead always updates shift state right right after a key press, to ensure it is in the right state as soon as next key is typed. This removes the delay added in #210.

tibbi commented 1 year ago

works fine for now, will see it in real world :) Thanks