[]

word - nokta virgül sorunu
ms word ile çalışırken sayı tuş takımındaki noktaya (.) basınca virgül (,) çıkıyor. ama nokta görünmesini istiyorum. nasıl yaparım? Teşekkürler.

- kobuzchu kiz
(01.07.20 13:42:10)

@kobuzchu kiz bunu denedim ancak olmadı malesef
- goddar
(01.07.20 14:03:27)

ıubaşlık altındaki AutoHotkey işe yaradı. Not.
superuser.com
First, install AutoHotkey.
Make a script with extension *.ahk, containing the following:
#SingleInstance, force
NumpadDot::
Send, .
Return
superuser.com
First, install AutoHotkey.
Make a script with extension *.ahk, containing the following:
#SingleInstance, force
NumpadDot::
Send, .
Return
- goddar
(01.07.20 14:54:19)
1