|
Server IP : 161.35.85.9 / Your IP : 216.73.217.138 Web Server : nginx/1.30.4 System : Linux cheapdeb-ams3 7.1.13+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.1.13-1 (2026-09-03) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/xkeyboard-config-2/symbols/macintosh_vndr/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
// JIS symbol mapping for Apple Aluminium
// (Damien Ciabrini <damien.ciabrini@gmail.com>)
//
// The JIS version of the Aluminium Keyboard is made of
// QWERTY-like map for the latin part
// PC98-like map for the kana part
// EISU and KANA keys found on other Apple keyboards
default partial alphanumeric_keys
xkb_symbols "usmac" {
name[Group1] = "Japanese (Macintosh, US map)";
include "jp(common)"
key <JPCM> { [ KP_Separator ] };
key <AE13> { [ yen, bar ] };
replace key <AE10> { [ 0 ] };
replace key <AB11> { [ underscore ] };
replace key <CAPS> { [ Caps_Lock ] };
};
partial alphanumeric_keys
xkb_symbols "mac" {
name[Group1] = "Japanese (Macintosh)";
include "jp(kana)"
replace key <CAPS> { [ Caps_Lock ] };
};