Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 141079 Details for
Bug 193922
Compose now incorrectly disabled in the UK keymap (with PATCH)
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
upstream patch
freedesktop-org-7674_ralt_switch_multikey.diff (text/plain), 1.53 KB, created by
Matěj Cepl
on 2006-11-13 17:31:10 UTC
(
hide
)
Description:
upstream patch
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2006-11-13 17:31:10 UTC
Size:
1.53 KB
patch
obsolete
>--- xkb-data.orig/rules/base.o_s.part >+++ xkb-data/rules/base.o_s.part >@@ -23,6 +23,7 @@ > grp:sclk_toggle = +group(sclk_toggle) > lv3:switch = +level3(switch) > lv3:ralt_switch = +level3(ralt_switch) >+ lv3:ralt_switch_multikey = +level3(ralt_switch_multikey) > lv3:lalt_switch = +level3(lalt_switch) > lv3:alt_switch = +level3(alt_switch) > lv3:menu_switch = +level3(menu_switch) >Index: xkb-data/rules/base.xml.in >=================================================================== >--- xkb-data.orig/rules/base.xml.in >+++ xkb-data/rules/base.xml.in >@@ -2841,6 +2841,12 @@ > <_description>Press Right Alt key to choose 3rd level.</_description> > </configItem> > </option> >+ <option> >+ <configItem> >+ <name>lv3:ralt_switch_multikey</name> >+ <_description>Press Right Alt key to choose 3rd level, Shift+Right Alt key is Multi_Key.</_description> >+ </configItem> >+ </option> > </group> > <group allowMultipleSelection="false"> > <!-- Tweaking the position of the "Ctrl" key --> >Index: xkb-data/symbols/level3 >=================================================================== >--- xkb-data.orig/symbols/level3 >+++ xkb-data/symbols/level3 >@@ -17,6 +17,14 @@ > modifier_map Mod5 { ISO_Level3_Shift }; > }; > >+partial modifier_keys >+xkb_symbols "ralt_switch_multikey" { >+ key <RALT> { >+ type[Group1]="TWO_LEVEL", >+ symbols[Group1] = [ ISO_Level3_Shift, Multi_key ] >+ }; >+}; >+ > // special case or right Alt switch - for use with grp:alts_toggle > // > partial hidden modifier_keys
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193922
:
134203
|
140701
|
141075
|
141076
|
141077
| 141079