Help:Extension:UniversalLanguageSelector/Input methods/nia-tilde

You can type in the Nias alphabet with all the special letters!

To enable it, do the following:

  1. Click the search box at the top of the page.
  2. Click the little keyboard icon that appears near the search box.
  3. If "Li Niha" appears at the top of the list, select "Li Niha tilde".
  4. If "Li Niha" doesn't appear at the top of the list, do the following:
    1. Click "..." at the bottom of the list. A panel will appear.
    2. Find "Li Niha" in the panel. Click it.
    3. Click the little keyboard icon again, and select "Li Niha tilde".

To disable this special keyboard and go back to type usually, click the little keyboard icon and then click "Use native keyboard", or press Ctrl-M. To re-enable the keyboard, press Ctrl-M, or repeat the steps above.

To type Nias letters, type the tilde (~), and after it type the Latin letter that is the most similar to the Nias letter. For example, to type ŵ, type ~ and w. The full list:

To type this letter... Type these keyboard keys:
Ö ~O
ö ~o
Ŵ ~W
ŵ ~w
( function ( $ ) {
	'use strict';

	var niaTilde = {
		id: 'nia-tilde',
		name: 'nia-tilde',
		description: 'Nias tilde keyboard',
		date: '2021-01-13',
		URL: 'https://github.com/wikimedia/jquery.ime',
		author: 'Amir E. Aharoni',
		license: 'GPLv3',
		version: '1',
		patterns: [
			[ '~O', 'Ö' ],
			[ '~o', 'ö' ],
			[ '~W', 'Ŵ' ],
			[ '~w', 'ŵ' ]
		]
	};

	$.ime.register( niaTilde );
}( jQuery ) );