Navajo input with in Ubuntu 18.10 The 2019 Stack Overflow Developer Survey Results Are...
Does it makes sense to buy a new cycle to learn riding?
Does light intensity oscillate really fast since it is a wave?
A poker game description that does not feel gimmicky
What tool would a Roman-age civilization have to grind silver and other metals into dust?
I looked up a future colleague on LinkedIn before I started a job. I told my colleague about it and he seemed surprised. Should I apologize?
Should I write numbers in words or as numerals when there are multiple next to each other?
Is three citations per paragraph excessive for undergraduate research paper?
Deadlock Graph and Interpretation, solution to avoid
Is there a name of the flying bionic bird?
Falsification in Math vs Science
Inversion Puzzle
In microwave frequencies, do you use a circulator when you need a (near) perfect diode?
How to deal with fear of taking dependencies
Does duplicating a spell with Wish count as casting that spell?
How can I create a character who can assume the widest possible range of creature sizes?
How come people say “Would of”?
What does "rabbited" mean/imply in this sentence?
Access elements in std::string where positon of string is greater than its size
Geography at the pixel level
Does a dangling wire really electrocute me if I'm standing in water?
Is "plugging out" electronic devices an American expression?
Lethal sonic weapons
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
Inflated grade on resume at previous job, might former employer tell new employer?
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 2 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