setxkbmap -layout us,pt doesnt workSave setxkbmap settings?setxkbmap configurationHow remap my CapsLock key to work as if it was a Return key using setxkbmap?configuring setxkbmap for a single user/debugging xkbmap changessetxkbmap il and then setxkbmap us: How to switch back keyboad layout to English after changing keyboard layout to some other languageWrong keyboard-layout using Synergy and i3setxkbmap: swap layout on releaseHow to use Ctrl+R with setxkbmap option grp:lctrl_rctrl_switch?Turning the Escape key into a modifier that still acts as Escape when tappedCan I create additional keyboard shortcuts inside xkbconfig that switch to a particular language, instead of cycling?
Why is consensus so controversial in Britain?
How badly should I try to prevent a user from XSSing themselves?
Are there any examples of a variable being normally distributed that is *not* due to the Central Limit Theorem?
If human space travel is limited by the G force vulnerability, is there a way to counter G forces?
How writing a dominant 7 sus4 chord in RNA ( Vsus7 chord in the 1st inversion)
What does “the session was packed” mean in this context?
How to tell a function to use the default argument values?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
What type of content (depth/breadth) is expected for a short presentation for Asst Professor interview in the UK?
How seriously should I take size and weight limits of hand luggage?
Why does this cyclic subgroup have only 4 subgroups?
What exploit Are these user agents trying to use?
How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)
Is there an expression that means doing something right before you will need it rather than doing it in case you might need it?
Do scales need to be in alphabetical order?
How to show a landlord what we have in savings?
I would say: "You are another teacher", but she is a woman and I am a man
What method can I use to design a dungeon difficult enough that the PCs can't make it through without killing them?
Personal Teleportation: From Rags to Riches
Extract rows of a table, that include less than x NULLs
Is it acceptable for a professor to tell male students to not think that they are smarter than female students?
Why would the Red Woman birth a shadow if she worshipped the Lord of the Light?
Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?
Size of subfigure fitting its content (tikzpicture)
setxkbmap -layout us,pt doesnt work
Save setxkbmap settings?setxkbmap configurationHow remap my CapsLock key to work as if it was a Return key using setxkbmap?configuring setxkbmap for a single user/debugging xkbmap changessetxkbmap il and then setxkbmap us: How to switch back keyboad layout to English after changing keyboard layout to some other languageWrong keyboard-layout using Synergy and i3setxkbmap: swap layout on releaseHow to use Ctrl+R with setxkbmap option grp:lctrl_rctrl_switch?Turning the Escape key into a modifier that still acts as Escape when tappedCan I create additional keyboard shortcuts inside xkbconfig that switch to a particular language, instead of cycling?
so i'm using i3, and imported some keybinds from another user that has the US keyboard.
now from the i3 forums the easiest way to do this would be do do
setxkbmap -layout us,pt .....
this solution seems to work fine with other keymaps (ca,fr, etc)
but when it comes to PT it doesnt work no matter what i do.
so i have a little script that is executed when i3 starts.
this script is located on .config/i3/config with exec --no-startup-id keybindremap
the script in question is as it follows:
xset r rate 300 50
setxkbmap -model acer_laptop -layout pt -variant ,, -option caps:super
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape'
xmodmap -e 'keycode 135 = Super_R'
so my problem is when i do setxkbmap -model acer_laptop -layout us,pt -variant ,, -option caps:super
the keyboard STAYS on us.
thanks for taking the time to read this.
keyboard-shortcuts keyboard-layout i3
New contributor
storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
so i'm using i3, and imported some keybinds from another user that has the US keyboard.
now from the i3 forums the easiest way to do this would be do do
setxkbmap -layout us,pt .....
this solution seems to work fine with other keymaps (ca,fr, etc)
but when it comes to PT it doesnt work no matter what i do.
so i have a little script that is executed when i3 starts.
this script is located on .config/i3/config with exec --no-startup-id keybindremap
the script in question is as it follows:
xset r rate 300 50
setxkbmap -model acer_laptop -layout pt -variant ,, -option caps:super
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape'
xmodmap -e 'keycode 135 = Super_R'
so my problem is when i do setxkbmap -model acer_laptop -layout us,pt -variant ,, -option caps:super
the keyboard STAYS on us.
thanks for taking the time to read this.
keyboard-shortcuts keyboard-layout i3
New contributor
storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
so i'm using i3, and imported some keybinds from another user that has the US keyboard.
now from the i3 forums the easiest way to do this would be do do
setxkbmap -layout us,pt .....
this solution seems to work fine with other keymaps (ca,fr, etc)
but when it comes to PT it doesnt work no matter what i do.
so i have a little script that is executed when i3 starts.
this script is located on .config/i3/config with exec --no-startup-id keybindremap
the script in question is as it follows:
xset r rate 300 50
setxkbmap -model acer_laptop -layout pt -variant ,, -option caps:super
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape'
xmodmap -e 'keycode 135 = Super_R'
so my problem is when i do setxkbmap -model acer_laptop -layout us,pt -variant ,, -option caps:super
the keyboard STAYS on us.
thanks for taking the time to read this.
keyboard-shortcuts keyboard-layout i3
New contributor
storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
so i'm using i3, and imported some keybinds from another user that has the US keyboard.
now from the i3 forums the easiest way to do this would be do do
setxkbmap -layout us,pt .....
this solution seems to work fine with other keymaps (ca,fr, etc)
but when it comes to PT it doesnt work no matter what i do.
so i have a little script that is executed when i3 starts.
this script is located on .config/i3/config with exec --no-startup-id keybindremap
the script in question is as it follows:
xset r rate 300 50
setxkbmap -model acer_laptop -layout pt -variant ,, -option caps:super
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape'
xmodmap -e 'keycode 135 = Super_R'
so my problem is when i do setxkbmap -model acer_laptop -layout us,pt -variant ,, -option caps:super
the keyboard STAYS on us.
thanks for taking the time to read this.
keyboard-shortcuts keyboard-layout i3
keyboard-shortcuts keyboard-layout i3
New contributor
storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 2 days ago
0xSheepdog
1,65311024
1,65311024
New contributor
storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
stormsstorms
111
111
New contributor
storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
storms is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
storms is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f509891%2fsetxkbmap-layout-us-pt-doesnt-work%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
storms is a new contributor. Be nice, and check out our Code of Conduct.
storms is a new contributor. Be nice, and check out our Code of Conduct.
storms is a new contributor. Be nice, and check out our Code of Conduct.
storms is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f509891%2fsetxkbmap-layout-us-pt-doesnt-work%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