Bugzilla – Attachment 75018 Details for
Bug 158177
keyboard layout settings do not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
ralt.diff: addresses RAlt problems (Bug #158177, Ubuntu #35845)
ralt.diff (text/plain), 3.32 KB, created by
Stefan Dirsch
on 2006-03-25 19:07:54 UTC
(
hide
)
Description:
ralt.diff: addresses RAlt problems (Bug #158177, Ubuntu #35845)
Filename:
MIME Type:
Creator:
Stefan Dirsch
Created:
2006-03-25 19:07:54 UTC
Size:
3.32 KB
patch
obsolete
>Index: symbols/group >=================================================================== >RCS file: /cvs/xlibs/xkbdesc/symbols/group,v >retrieving revision 1.7 >retrieving revision 1.8 >diff -u -r1.7 -r1.8 >--- symbols/group 26 Nov 2005 23:23:29 -0000 1.7 >+++ symbols/group 23 Mar 2006 22:20:28 -0000 1.8 >@@ -102,11 +102,11 @@ > partial modifier_keys > xkb_symbols "ctrl_shift_toggle" { > key <LFSH> { >- type="PC_BREAK", >+ type[Group1]="PC_BREAK", > symbols[Group1]= [ Shift_L, ISO_Prev_Group ] > }; > key <RTSH> { >- type="PC_BREAK", >+ type[Group1]="PC_BREAK", > symbols[Group1]= [ Shift_R, ISO_Next_Group ] > }; > key <LCTL> { [ Control_L, ISO_Prev_Group ] }; >@@ -137,21 +137,21 @@ > xkb_symbols "ctrl_alt_toggle" { > virtual_modifiers Alt; > key <LALT> { >- type="PC_BREAK", >+ type[Group1]="PC_BREAK", > symbols[Group1]= [ NoSymbol, ISO_Prev_Group ], > virtualMods= Alt > }; > key <RALT> { >- type="PC_BREAK", >+ type[Group1]="PC_BREAK", > symbols[Group1]= [ NoSymbol, ISO_Next_Group ], > virtualMods= Alt > }; > key <LCTL> { >- type="PC_SYSRQ", >+ type[Group1]="PC_SYSRQ", > symbols[Group1]= [ Control_L, ISO_Prev_Group ] > }; > key <RCTL> { >- type="PC_SYSRQ", >+ type[Group1]="PC_SYSRQ", > symbols[Group1]= [ Control_R, ISO_Next_Group ] > }; > }; >@@ -173,11 +173,11 @@ > virtualMods= Alt > }; > key <LFSH> { >- type="PC_SYSRQ", >+ type[Group1]="PC_SYSRQ", > symbols[Group1]= [ Shift_L, ISO_Prev_Group ] > }; > key <RTSH> { >- type="PC_SYSRQ", >+ type[Group1]="PC_SYSRQ", > symbols[Group1]= [ Shift_R, ISO_Next_Group ] > }; > }; >@@ -219,11 +219,11 @@ > xkb_symbols "ctrls_toggle" { > virtual_modifiers AltGr; > key <LCTL> { >- type="PC_BREAK", >+ type[Group1]="PC_BREAK", > symbols[Group1]= [ NoSymbol, ISO_Prev_Group ] > }; > key <RCTL> { >- type="PC_BREAK", >+ type[Group1]="PC_BREAK", > symbols[Group1]= [ NoSymbol, ISO_Next_Group ] > }; > }; >@@ -233,12 +233,12 @@ > xkb_symbols "alts_toggle" { > virtual_modifiers Alt; > key <LALT> { >- type="PC_SYSRQ", >+ type[Group1]="PC_SYSRQ", > symbols[Group1]= [ NoSymbol, ISO_Prev_Group ], > virtualMods= Alt > }; > key <RALT> { >- type="PC_SYSRQ", >+ type[Group1]="PC_SYSRQ", > symbols[Group1]= [ NoSymbol, ISO_Next_Group ], > virtualMods= Alt > }; >Index: symbols/level3 >=================================================================== >RCS file: /cvs/xlibs/xkbdesc/symbols/level3,v >retrieving revision 1.9 >retrieving revision 1.10 >diff -u -r1.9 -r1.10 >--- symbols/level3 26 Nov 2005 23:19:41 -0000 1.9 >+++ symbols/level3 21 Mar 2006 23:41:29 -0000 1.10 >@@ -26,7 +26,7 @@ > symbols[Group1] = [ Alt_L, ISO_Prev_Group, ISO_Prev_Group ] > }; > key <RALT> { >- type[Group1]="PC_SYSRQ", >+ type[Group1]="PC_ALT_LEVEL2", > symbols[Group1] = [ ISO_Level3_Shift, ISO_Next_Group ], > virtualMods= AltGr > }; >Index: types/pc >=================================================================== >RCS file: /cvs/xlibs/xkbdesc/types/pc,v >retrieving revision 1.2 >retrieving revision 1.3 >diff -u -r1.2 -r1.3 >--- types/pc 17 Oct 2005 00:38:54 -0000 1.2 >+++ types/pc 21 Mar 2006 23:41:29 -0000 1.3 >@@ -17,6 +17,14 @@ > level_name[Level2] = "Control"; > }; > >+ type "PC_ALT_LEVEL2" { >+ modifiers = Alt; >+ map[None] = Level1; >+ map[Alt] = Level2; >+ level_name[Level1] = "Base"; >+ level_name[Level2] = "Alt"; >+ }; >+ > type "PC_SYSRQ" { > modifiers = Alt+LevelThree; > map[None] = Level1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 158177
:
72939
| 75018