sindresorhus / Actions

⚙️ Supercharge your shortcuts
https://sindresorhus.com/actions
MIT License
2.58k stars 109 forks source link

Action proposal: Ask for Numeric Input #150

Closed hacdias closed 11 months ago

hacdias commented 11 months ago

Description

Similar to the default "Ask for Input", but specifically for numeric input. This would great improve the user experience, as we can show a number pad instead of a regular keyboard. Another benefit is that it would make it easy to get a number out of an input. Right now, depending on your keyboard language, you may get a . (dot) or a , (comma) and parsing numbers becomes a bit messy.

hacdias commented 11 months ago

Feeling dumb here. It seems that it is an option already 😃 I guess this is what happens when you have your phone in a language you are trying to learn and they have multiple words for "number" depending on context.