-
Notifications
You must be signed in to change notification settings - Fork 18
Keyboard layouts
MooTyper currently supports two keyboard layouts. English US and Slovenian:
English layout supports the letters in the English alphabet, numbers and these characters:
@ ! " # $ % & / ( ) = ' ? * + - _ . : ; , < >
Slovenian Layout supports all Slovenian letters including (č,š,ž,ć,đ and also q, w, x and y), numbers and also the same characters as english:
@ ! " # $ % & / ( ) = ' ? * + - _ . : ; , < >
Additional keyboard layouts can also be implemented. You have to create two files - [YourLayout].php and [YourLayout].js, both must have the same name except file extension. Then reprogram some javascript functions in [YourLayout].js file to fit your keyboard behavior. Some programming knowledge is required. If you are having problems contact me.
Go Back