Answer the question
In order to leave comments, you need to log in
How to make it so that the numpad point would always write a dot, not a comma when using 3 layouts?
Hello. Regional Settings I have English. Layout 3: English, Russian, German. So the numpad dot writes with a dot only on the English layout. And on the rest, a comma. It is necessary that always and everywhere there was a point. Can this be achieved?
Answer the question
In order to leave comments, you need to log in
This can be done with AutoHotkey - a utility for automating tasks
1. First you need to create a folder somewhere where the script files will be located
#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
#SingleInstance force
#Persistent
Menu, Tray, Tip, % "AHK: Закрепить точку нампада"
NumpadDot::
Send .
Return
opener = ".\AutoHotkeyU64" ' предположим что разрядность Windows = 64
file = ".\script.ahk"
set WShell = WScript.CreateObject("Wscript.Shell")
WShell.Run opener & " " & file, 0, false
Here's an option that doesn't require constantly running third-party programs like AHK.
see here https://superuser.com/questions/1007032/change-num...
the answer is about Microsoft Keyboard Layout Creator 1.4 from user FURATUS. There are instructions with links.
TLDR download and put on the path without spaces
https://www.microsoft.com/en-us/download/details.a...
Run
file\load existing keyboard
select russian
change , to . on numkey dot
Project\Properties, enter something obvious, I indicated RussianD (there is a length limit) in the name and Russian - NumDot in the description of
Project\Build DLL and Setup package
Open the place where it was compiled
Run Setup
Allow launch - the elevation requirement can be minimized, if it does not appear, look in the taskbar
After that:
Win + I
Time & Language
Language
LMB in Russian
Options
and Remove buttons will
appear Russian and yours, I have Russian - NumDot We delete the
usual Russian, NumDot remains.
That's it, I now have Numpad dot dot in both Russian and English. Beauty, I just wanted to do this for myself for a long time, thanks for the incentive!
What I have found so far. here is the reg file
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,34, 00,53,00,00,00,00,00
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question