— Утилита для Windows исправляющая текст, набранный не в той раскладке.
- Выдели неправильно набранный текст
- Нажми
Ctrl+Shift+F - Текст будет перконвертирован и вставлен в нужной раскладке
Скачай NoTrackSwitcher.exe из Releases и запусти. Установка не нужна — приложение работает из любой папки.
Двойной клик по иконке в трее открывает настройки:
- Start with Windows — автозапуск при входе в систему
- Fix selected text — горячая клавиша (по умолчанию
Ctrl+Shift+F)
Правый клик по иконке позволяет временно отключить приложение или выйти.
Требования: Windows 10/11 x64, CMake 3.20+, Ninja, Visual Studio 2022.
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build buildРезультат: build\bin\NoTrackSwitcher.exe
Подробнее — в BUILD.md.
- Открытый исходный код
- Без телеметрии и слежки
- Не требует установки — просто запусти EXE
- Размер исходников менее 300 КБ
- Размер EXE менее 300 КБ
— A Windows utility that fixes text typed in the wrong keyboard layout.
- Select the mistyped text
- Press
Ctrl+Shift+F - The text will be converted and pasted in the correct layout
Download NoTrackSwitcher.exe from Releases and run it. No installation needed — works from any folder.
Double-click the tray icon to open settings:
- Start with Windows — launch automatically on login
- Fix selected text — hotkey (default:
Ctrl+Shift+F)
Right-click the tray icon to temporarily disable the app or exit.
Requirements: Windows 10/11 x64, CMake 3.20+, Ninja, Visual Studio 2022.
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build buildOutput: build\bin\NoTrackSwitcher.exe
See BUILD.md for more options (MinGW, MSYS2).
- Open source
- No telemetry or tracking
- No installation required — just run the EXE
- Source code under 300 KB
- EXE under 300 KB