Giter VIP home page Giter VIP logo

us-it-keyboard-layout's Introduction

๐Ÿ‡ฎ๐Ÿ‡น Custom Italian keyboard layout for Ubuntu, based on the US International layout.

This is a keyboard layout based on the US International layout, but with some changes to make it more suitable for Italian users. Acute accents are available on vowels, as well as the grave accent on the letter A.

To type grave accents, just type ` followed by the letter you want to accentuate. For acute accents, type altGr + ` followed by the letter you want to accentuate.

Example:

  • to type รจ, type ` followed by e.
  • to type รฉ, type altGr + ` followed by e.

Keyboard layout

Installation on Ubuntu

Open a terminal and type the following commands:

cd /usr/share/X11/xkb/symbols
sudo touch us_it
sudo nano us_it

Copy the contents of the file us_it from this repository and paste them into the file you just created.

Then, open the file /usr/share/X11/xkb/rules/evdev.xml with your favorite text editor, find </layoutList> and add the following lines right before it:

<layout>
	<configItem>
		<name>us_it</name>
		<shortDescription>us_it</shortDescription>
		<description>Italian (US, intl., with AltGr dead keys)</description>
		<languageList>
			<iso639Id>eng</iso639Id>
		</languageList>
	</configItem>
	<variantList/>
</layout>

Finally, reboot your computer or log out/login and you should be able to select the new layout from the keyboard settings.

You'll find the new layout under the name Italian (US, intl., with AltGr dead keys) the with English (United States) language.

us-it-keyboard-layout's People

Contributors

giorgiabosello avatar

Stargazers

Andrea avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.