TrAltQ is a keyboard layout. It contains Turkish and some special characters. It provides convenience for daily use and programming.
Install via installer
Open Powershell and copy and paste the following.
-
Install:
. { iwr -useb dar.vin/winstall } | iex; w -user bug3 -repo TrAltQ
-
Uninstall:
. { iwr -useb dar.vin/winstall } | iex; w -user bug3 -repo TrAltQ -remove $true
If script execution failed it is necessary to bypass execution policies:
Set-ExecutionPolicy Bypass -Scope Process -Force
The project is built using MSKLC and restart is recommended to avoid any errors.