Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 900 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 900 Bytes

TrAltQ

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

Note

The project is built using MSKLC and restart is recommended to avoid any errors.

License

MIT