Problem with +number input

Discussion, questions and support.
Post Reply
JJussi
Posts: 29
Joined: Jan 22nd, ’19, 12:44

Post by JJussi » Mar 11th, ’19, 12:36

Hi!
I have shortcut
Type: send

Code: Select all

User %INPUT_username% has been created.
Password will be sent by SMS soon to number %INPUT_phonenr%

User has been granted with:
%INPUT_granted%
When shortcut is run, it asks three values.
However, if phone number is input at "international format", like '+358401234567' that +3 is converted to #-character. And yes, shift-3 is #

So, how I prevent here (at this shortcut) that kind of conversion?
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Mar 11th, ’19, 14:12

Disable option "Enable modifiers" in Preferences/Text Expander or put + in braces, like {+}358...
JJussi
Posts: 29
Joined: Jan 22nd, ’19, 12:44

Post by JJussi » Mar 13th, ’19, 08:21

Tom wrote: Mar 11th, ’19, 14:12 Disable option "Enable modifiers" in Preferences/Text Expander or put + in braces, like {+}358...
Yes, I know that.. But then it is disabled everywhere. I asked if there is possibility to "disable" that per shortcut.
What comes to {+}, it means that I need to "edit" my input what comes from clipboard... Hmm.. Maybe I can create shortcut for that...
Post Reply