-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
162911a
commit 4d2bb52
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Serbian characters added as third level symbols to US keyboard layout. | ||
|
||
Installation: | ||
Symlink to /usr/share/X11/xkb/symbols/usrsl | ||
Then add this to /usr/share/X11/xkb/rules/evdev.xml | ||
inside of <layoutList> block | ||
|
||
<layout> | ||
<configItem> | ||
<name>usrsl</name> | ||
<shortDescription>rsl</shortDescription> | ||
<description>US (Serbian Latin)</description> | ||
<languageList><iso639Id>eng</iso639Id> | ||
<iso639Id>srp</iso639Id> </languageList> | ||
</configItem> | ||
<variantList/> | ||
</layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
partial alphanumeric_keys | ||
xkb_symbols "usrsl" { | ||
name[Group1]= "US (Serbian Latin)"; | ||
|
||
include "us" | ||
key <AB01> { [ z, Z, zcaron, Zcaron ] }; // Ž | ||
key <AB02> { [ x, X, ccaron, Ccaron ] }; // Č | ||
key <AB03> { [ c, C, cacute, Cacute ] }; // Ć | ||
key <AC02> { [ s, S, scaron, Scaron ] }; // Š | ||
key <AC03> { [ d, D, dstroke, Dstroke ] }; // Đ | ||
|
||
include "level3(ralt_switch)" | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Open with "Microsoft Keyboard Layout Creator" and choose Project -> Build DLL and Setup Package. | ||
Then run setup.exe from destination folder. |
Binary file not shown.