Open vitonsky opened 1 year ago
Implement option for useInlineKeyboardSearch to search by english chars, maybe as alternative way, not primary.
useInlineKeyboardSearch
It would useful to find values independent of current keyboard layout.
We have to use event.code value, remove prefix Key and add to chars array.
event.code
Key
Implement option for
useInlineKeyboardSearch
to search by english chars, maybe as alternative way, not primary.It would useful to find values independent of current keyboard layout.
We have to use
event.code
value, remove prefixKey
and add to chars array.