Skip to content

Switching between all the installed keyboard layouts. 自由切換輸入法語言

Notifications You must be signed in to change notification settings

nperovic/KeyboardLayout.ahk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Examples

#requires AutoHotkey v2.1-alpha.8
#include <windows>

/* Switch Between Installed Keyboard Layouts. */
RShift::KeyboardLayout()

/* Switch Between Certain Keyboard Layouts. */
LShift::KeyboardLayout("sr-Cyrl-RS", "en-GB", "es-ES", "zh-Hant-TW")

/* So the LShift/ RShift will activate only on release, and it will do so only if you did not press any other key while it was held down. */
> vkFF::return
< vkFF::return

About

Switching between all the installed keyboard layouts. 自由切換輸入法語言

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published