View | Details | Raw Unified | Return to bug 103990
Collapse All | Expand All

(-)../xkbdesc.orig/symbols/jp (-8 lines)
Lines 82-93 Link Here
82
    key <PRSC> {
82
    key <PRSC> {
83
        type= "PC_SYSRQ",
83
        type= "PC_SYSRQ",
84
        symbols[Group1]= [ Print, Execute ]
84
        symbols[Group1]= [ Print, Execute ]
85
    };
85
    };
86
    key <SYRQ> {
87
        type= "PC_SYSRQ",
88
        symbols[Group1]= [ Print, Execute ]
89
    };
90
};
86
};
91
87
92
// latin part of jp keyboard map
88
// latin part of jp keyboard map
93
partial hidden
89
partial hidden
Lines 136-144 Link Here
136
    key <PRSC> {
132
    key <PRSC> {
137
        type= "PC_SYSRQ",
133
        type= "PC_SYSRQ",
138
        symbols[Group1]= [ Print, Execute ]
134
        symbols[Group1]= [ Print, Execute ]
139
    };
135
    };
140
    key <SYRQ> {
141
        type= "PC_SYSRQ",
142
        symbols[Group1]= [ Print, Execute ]
143
    };
144
};
136
};
(-)../xkbdesc.orig/symbols/pc (-8 lines)
Lines 101-121 Link Here
101
    key <PRSC> {
101
    key <PRSC> {
102
	type= "PC_SYSRQ",
102
	type= "PC_SYSRQ",
103
	symbols[Group1]= [ Print, Sys_Req ]
103
	symbols[Group1]= [ Print, Sys_Req ]
104
    };
104
    };
105
    key <SYRQ> {
106
	type= "PC_SYSRQ",
107
	symbols[Group1]= [ Print, Sys_Req ]
108
    };
109
    key <SCLK> {  [  Scroll_Lock	]	};
105
    key <SCLK> {  [  Scroll_Lock	]	};
110
    key <PAUS> {
106
    key <PAUS> {
111
	type= "PC_BREAK",
107
	type= "PC_BREAK",
112
	symbols[Group1]= [ Pause, Break ]
108
	symbols[Group1]= [ Pause, Break ]
113
    };
109
    };
114
    key <BRK> {
115
	type= "PC_BREAK",
116
	symbols[Group1]= [ Pause, Break ]
117
    };
118
    key  <INS> {	[  Insert		]	};
110
    key  <INS> {	[  Insert		]	};
119
    key <HOME> {	[  Home			]	};
111
    key <HOME> {	[  Home			]	};
120
    key <PGUP> {	[  Prior		]	};
112
    key <PGUP> {	[  Prior		]	};
121
    key <DELE> {	[  Delete		]	};
113
    key <DELE> {	[  Delete		]	};

Return to bug 103990