/Dvorak-Layout-for-Windows

The PowerShell script help people use dvorak layout.

Primary LanguagePowerShellMIT LicenseMIT

The Project is trying to help you use Dvorak layout in Windows.
本项目帮助你在Windows下使用Dvorak键盘布局。

Applicable People (适用人群)

Using Dvorak layout keyboard and need an build-in input method.
需要使用Dvorak键盘布局,同时需要使用内置输入法。

Platform (平台)

Windows Only (7/8/8.1/10)
仅限 Windows 7/8/8.1/10

Implementation Method (实现方法)

Change input method keyboard map. 修改输入法的键盘映射

Game Compatibility (游戏兼容性)

League of Legends is OK 兼容英雄联盟

How to use (使用方法)

Open PowerShell as administrator.
Allow Run ps1 file by using

Set-ExecutionPolicy Unrestricted -Force

Then Run dvorak.ps1
Restart computer and verify.
Reset ExecutionPolicy for security reason.

Set-ExecutionPolicy Default -Force