Navajo input with in Ubuntu 18.10 The 2019 Stack Overflow Developer Survey Results Are InSwitching between different input methods phonetic vs typewriter in ibus preferences has no effectVietnamese input methodCan't type Korean In LubuntuHow to install Cangjie (Traditional Chinese) input for Ubuntu Mate 16.04 PowerPcCan't change text entry language (Ubuntu 16.10)Turning on ibus in Ubuntu 16.10—and using it for text emoji?Using Ibus (Japanese input) with Ubuntu Mate and i3Enabling/installing Japanese inputInput Method in Ubuntu 18.04 shows “Current configuration for the input method:” dialogChinese input method problems ubuntu 16.04
How can I create a character who can assume the widest possible range of creature sizes?
Can't find the latex code for the ⍎ (down tack jot) symbol
Why is my p-value correlated to difference between means in two sample tests?
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
What is this 4-propeller plane?
What is the best strategy for white in this position?
Extreme, unacceptable situation and I can't attend work tomorrow morning
What does "sndry explns" mean in one of the Hitchhiker's guide books?
Are there any other methods to apply to solving simultaneous equations?
JSON.serialize: is it possible to suppress null values of a map?
Is "plugging out" electronic devices an American expression?
Limit the amount of RAM Mathematica may access?
What is the meaning of Triage in Cybersec world?
Patience, young "Padovan"
Should I use my personal or workplace e-mail when registering to external websites for work purpose?
How to reverse every other sublist of a list?
CiviEvent: Public link for events of a specific type
Does a dangling wire really electrocute me if I'm standing in water?
Where to refill my bottle in India?
Realistic Alternatives to Dust: What Else Could Feed a Plankton Bloom?
How are circuits which use complex ICs normally simulated?
A poker game description that does not feel gimmicky
Why do I get badly formatted numerical results when I use StringForm?
How long do I have to send my income tax payment to the IRS?
Navajo input with in Ubuntu 18.10
The 2019 Stack Overflow Developer Survey Results Are InSwitching between different input methods phonetic vs typewriter in ibus preferences has no effectVietnamese input methodCan't type Korean In LubuntuHow to install Cangjie (Traditional Chinese) input for Ubuntu Mate 16.04 PowerPcCan't change text entry language (Ubuntu 16.10)Turning on ibus in Ubuntu 16.10—and using it for text emoji?Using Ibus (Japanese input) with Ubuntu Mate and i3Enabling/installing Japanese inputInput Method in Ubuntu 18.04 shows “Current configuration for the input method:” dialogChinese input method problems ubuntu 16.04
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to type up some Navajo text in Ubuntu 18.10. This language has several non-English characters, the consonant ł and the nasal vowels ą, ę, į, ǫ. These are fairly easy to input by typing <Compose> <comma> <a>
or whatever, or <Compose> <slash> <l>
for the ł character. However, the language also has high and low tones. So there are four Navajo characters that I don't see an easy way to input with the default en_US.UTF8 Compose locale, which are these:
- ą́
- ę́
- į́
- ǫ́
In Unicode terms, these are LATIN SMALL LETTER [AEIO] WITH OGONEK, plus a COMBINING ACUTE ACCENT. Ideally, I'd like to type something like <Compose> <apostrophe> <comma> <a>
to get ą́. Right now, I've added the following to my .XCompose
file:
include "%L"
<Multi_key> <apostrophe> <apostrophe> : "́" U0301
And this enables me to type <Compose> <comma> <a> <Compose> <apostrophe> <apostrophe>
to get ą́, that's a fair amount of work when sequences like į́į́ are not uncommon. I have tried a couple different entries in ~/.XCompose
that don't seem to work, and I'm not sure why:
<Multi_key> <n> <a> : "ą́"
I also tried this:
<Multi_key> <apostrophe> <comma> <a> : "ą́"
And this:
<dead_cedilla> <dead_acute> <a> : "ą́"
Halfway through I got frustrated and installed ibus-table-compose
; this doesn't seem to have had any effect either. I have the following installed:
gir1.2-ibus-1.0/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-gtk3/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-gtk/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-table-compose/cosmic,cosmic,now 1.3.9-2 all [installed]
ibus-table/cosmic,cosmic,now 1.9.21-1 all [installed]
ibus/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
libibus-1.0-5/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
Any advice would be greatly appreciated!
keyboard ibus compose-key
add a comment |
I'm trying to type up some Navajo text in Ubuntu 18.10. This language has several non-English characters, the consonant ł and the nasal vowels ą, ę, į, ǫ. These are fairly easy to input by typing <Compose> <comma> <a>
or whatever, or <Compose> <slash> <l>
for the ł character. However, the language also has high and low tones. So there are four Navajo characters that I don't see an easy way to input with the default en_US.UTF8 Compose locale, which are these:
- ą́
- ę́
- į́
- ǫ́
In Unicode terms, these are LATIN SMALL LETTER [AEIO] WITH OGONEK, plus a COMBINING ACUTE ACCENT. Ideally, I'd like to type something like <Compose> <apostrophe> <comma> <a>
to get ą́. Right now, I've added the following to my .XCompose
file:
include "%L"
<Multi_key> <apostrophe> <apostrophe> : "́" U0301
And this enables me to type <Compose> <comma> <a> <Compose> <apostrophe> <apostrophe>
to get ą́, that's a fair amount of work when sequences like į́į́ are not uncommon. I have tried a couple different entries in ~/.XCompose
that don't seem to work, and I'm not sure why:
<Multi_key> <n> <a> : "ą́"
I also tried this:
<Multi_key> <apostrophe> <comma> <a> : "ą́"
And this:
<dead_cedilla> <dead_acute> <a> : "ą́"
Halfway through I got frustrated and installed ibus-table-compose
; this doesn't seem to have had any effect either. I have the following installed:
gir1.2-ibus-1.0/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-gtk3/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-gtk/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-table-compose/cosmic,cosmic,now 1.3.9-2 all [installed]
ibus-table/cosmic,cosmic,now 1.9.21-1 all [installed]
ibus/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
libibus-1.0-5/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
Any advice would be greatly appreciated!
keyboard ibus compose-key
add a comment |
I'm trying to type up some Navajo text in Ubuntu 18.10. This language has several non-English characters, the consonant ł and the nasal vowels ą, ę, į, ǫ. These are fairly easy to input by typing <Compose> <comma> <a>
or whatever, or <Compose> <slash> <l>
for the ł character. However, the language also has high and low tones. So there are four Navajo characters that I don't see an easy way to input with the default en_US.UTF8 Compose locale, which are these:
- ą́
- ę́
- į́
- ǫ́
In Unicode terms, these are LATIN SMALL LETTER [AEIO] WITH OGONEK, plus a COMBINING ACUTE ACCENT. Ideally, I'd like to type something like <Compose> <apostrophe> <comma> <a>
to get ą́. Right now, I've added the following to my .XCompose
file:
include "%L"
<Multi_key> <apostrophe> <apostrophe> : "́" U0301
And this enables me to type <Compose> <comma> <a> <Compose> <apostrophe> <apostrophe>
to get ą́, that's a fair amount of work when sequences like į́į́ are not uncommon. I have tried a couple different entries in ~/.XCompose
that don't seem to work, and I'm not sure why:
<Multi_key> <n> <a> : "ą́"
I also tried this:
<Multi_key> <apostrophe> <comma> <a> : "ą́"
And this:
<dead_cedilla> <dead_acute> <a> : "ą́"
Halfway through I got frustrated and installed ibus-table-compose
; this doesn't seem to have had any effect either. I have the following installed:
gir1.2-ibus-1.0/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-gtk3/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-gtk/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-table-compose/cosmic,cosmic,now 1.3.9-2 all [installed]
ibus-table/cosmic,cosmic,now 1.9.21-1 all [installed]
ibus/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
libibus-1.0-5/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
Any advice would be greatly appreciated!
keyboard ibus compose-key
I'm trying to type up some Navajo text in Ubuntu 18.10. This language has several non-English characters, the consonant ł and the nasal vowels ą, ę, į, ǫ. These are fairly easy to input by typing <Compose> <comma> <a>
or whatever, or <Compose> <slash> <l>
for the ł character. However, the language also has high and low tones. So there are four Navajo characters that I don't see an easy way to input with the default en_US.UTF8 Compose locale, which are these:
- ą́
- ę́
- į́
- ǫ́
In Unicode terms, these are LATIN SMALL LETTER [AEIO] WITH OGONEK, plus a COMBINING ACUTE ACCENT. Ideally, I'd like to type something like <Compose> <apostrophe> <comma> <a>
to get ą́. Right now, I've added the following to my .XCompose
file:
include "%L"
<Multi_key> <apostrophe> <apostrophe> : "́" U0301
And this enables me to type <Compose> <comma> <a> <Compose> <apostrophe> <apostrophe>
to get ą́, that's a fair amount of work when sequences like į́į́ are not uncommon. I have tried a couple different entries in ~/.XCompose
that don't seem to work, and I'm not sure why:
<Multi_key> <n> <a> : "ą́"
I also tried this:
<Multi_key> <apostrophe> <comma> <a> : "ą́"
And this:
<dead_cedilla> <dead_acute> <a> : "ą́"
Halfway through I got frustrated and installed ibus-table-compose
; this doesn't seem to have had any effect either. I have the following installed:
gir1.2-ibus-1.0/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-gtk3/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-gtk/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
ibus-table-compose/cosmic,cosmic,now 1.3.9-2 all [installed]
ibus-table/cosmic,cosmic,now 1.9.21-1 all [installed]
ibus/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
libibus-1.0-5/cosmic,now 1.5.19-1ubuntu1 amd64 [installed]
Any advice would be greatly appreciated!
keyboard ibus compose-key
keyboard ibus compose-key
asked 28 mins ago
Daniel LyonsDaniel Lyons
1012
1012
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132628%2fnavajo-input-with-in-ubuntu-18-10%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132628%2fnavajo-input-with-in-ubuntu-18-10%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown