Activity › Forums › Adobe After Effects › Changing comma to dot as a decimal point?
-
Changing comma to dot as a decimal point?
Posted by Nadir Zouaoui on May 29, 2020 at 12:10 pmI know this must be a regional thing, but is there any setting to change it? I mostly use the numpad and it’s making me way too slow when typing numbers.
Graham Quince replied 6 years, 3 months ago 2 Members · 3 Replies -
3 Replies
-
Graham Quince
May 31, 2020 at 12:59 pmSomeone asked this a few years ago and Dan Ebberts suggested:
s = s.replace(".",",");Here’s it in context: https://forums.creativecow.net/docs/forums/post.php?forumid=227&postid=36113&univpostid=36113&pview=t
http://www.YouTube.com/ShiveringCactus – Free FX for amateur films
https://shiveringcactus.wordpress.com/ – FX blog -
Nadir Zouaoui
May 31, 2020 at 1:30 pmThanks for the answer but I don’t have this problem with expressions, only in the UI.
For example in an expressions I’d type 2.5 which suits me, but in the UI I have to type 2,5. -
Graham Quince
May 31, 2020 at 1:59 pmI know what you’re asking, but like you I’m at a loss to find the setting. I imagine it must be really frustrating. Had a playaround myself and this expression (as a workaround_ will overwrite all periods / dots with a comma:
replace(/[.]/g, ",");And this is the reverse, if I’ve misunderstood you:
replace(/[,]/g, ".");The only setting in Preferences I could spot was in the Type setting, where I can choose between Latin and South Asian.
Could it be the font you’ve selected?http://www.YouTube.com/ShiveringCactus – Free FX for amateur films
https://shiveringcactus.wordpress.com/ – FX blog
Reply to this Discussion! Login or Sign Up
