Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
mozc
ibus-provide-layout-variations.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ibus-provide-layout-variations.patch of Package mozc
diff --git a/src/unix/ibus/gen_mozc_xml.py b/src/unix/ibus/gen_mozc_xml.py index 75514ea3..7998c0e9 100755 --- a/src/unix/ibus/gen_mozc_xml.py +++ b/src/unix/ibus/gen_mozc_xml.py @@ -244,6 +244,27 @@ def main(): 'rank': 99, 'symbol': 'A', 'composition_mode': 'DIRECT', + }, { + 'name': 'mozc-jp-jp', + 'longname': product_name + " - JP layout", + 'layout': 'jp', + 'layout_variant': '', + 'layout_option': '', + 'rank': 0, + }, { + 'name': 'mozc-us', + 'longname': product_name + " - US layout", + 'layout': 'us', + 'layout_variant': '', + 'layout_option': '', + 'rank': 0, + }, { + 'name': 'mozc-dv', + 'longname': product_name + " - US Dvorak layout", + 'layout': 'us', + 'layout_variant': 'dvorak', + 'layout_option': '', + 'rank': 0, }] if options.output_cpp:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor