Skip to content

Commit

Permalink
[Edwin]: Restructure My Keyboards
Browse files Browse the repository at this point in the history
  • Loading branch information
eduuh committed Jan 31, 2024
1 parent 5c710fe commit 306da08
Show file tree
Hide file tree
Showing 27 changed files with 1,355 additions and 324 deletions.
10 changes: 3 additions & 7 deletions Arch/us → Systems/Linux/us
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ xkb_symbols "euro" {
include "level3(ralt_switch)"
};


partial alphanumeric_keys
xkb_symbols "ibm238l" {

Expand Down Expand Up @@ -832,10 +831,9 @@ xkb_symbols "colemak" {
key <TAB> { [Tab, Tab, Tab, Tab, Tab, Tab, Alt_R, Alt_R] };
key <BKSL> { [U003D, U003D, U003D, U003D, U003D, U003D, U003D, U003D] };
key <SPCE> { [space, space, space, space, space, space, space, space] };
include "level3(lalt_switch)"
include "level5(ralt_switch)"
};

include "level3(lalt_switch)"
include "level5(ralt_switch)"
};

// I do NOT like dead-keys - the International keyboard as defined by Microsoft
// does not fit my needs. Why use two keystrokes for all simple characters (eg '
Expand Down Expand Up @@ -1790,7 +1788,6 @@ xkb_symbols "crd" {
include "compose(rctrl)"
};


partial alphanumeric_keys
xkb_symbols "sun_type6" {
include "sun_vndr/us(sun_type6)"
Expand Down Expand Up @@ -1877,7 +1874,6 @@ xkb_symbols "3l-cros" {
};
};


// Drix EU Latin - version 3.1 (2019-10-07)
// Author: Jerome Leclanche <jerome@leclan.ch>
// Latin layout based on classic US qwerty, with azerty-style second-row m key.
Expand Down
34 changes: 34 additions & 0 deletions Systems/Mac/eduuh_muraya_keyboard.keylayout/Contents/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleIdentifier</key>
<string>org.sil.ukelele.keyboardlayout.</string>
<key>CFBundleName</key>
<string></string>
<key>CFBundleVersion</key>
<string></string>
<key>KLInfo_1__#$!@%!#__eduuh_muraya_keyboard copy</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
<false/>
<key>TISIconIsTemplate</key>
<false/>
<key>TISInputSourceID</key>
<string>org.sil.ukelele.keyboardlayout..1__#$!@%!#__eduuh_muraya_keyboardcopy</string>
<key>TISIntendedLanguage</key>
<string>en</string>
</dict>
<key>KLInfo_eduuh_muraya_keyboard copy</key>
<dict>
<key>TICapsLockLanguageSwitchCapable</key>
<false/>
<key>TISIconIsTemplate</key>
<false/>
<key>TISInputSourceID</key>
<string>org.sil.ukelele.keyboardlayout..eduuh_muraya_keyboardcopy</string>
<key>TISIntendedLanguage</key>
<string>en</string>
</dict>
</dict>
</plist>
Binary file not shown.
Loading

0 comments on commit 306da08

Please sign in to comment.