You are not logged in.
Pages: 1
Hello,
I'm an Arch Newbie and have this problem:
I want to have two keyboard layouts(en and bg) and to switch between them with alt+shift command. So i did everything as it is written here and everything works. I have two layouts and I switch between them with alt+shift.
But... when i try to move window to another desktop(e.g. ctrl+alt+shift) it doesn't work, it only changes my keyboard layout. And this is not the desired effect. It should only move my window to another desktop, without changing the layout.
The same thing happens if I use ctrl+shift. Then I can't paste in terminal with ctrl+shift+v. Only switches the keyboard layout...
I'm using this line:
setxkbmap -option grp:alt_shift_toggle us,bgSo that's it... May someone help me ? I'll be very thankful.
Cheers,
Hristo Vladev.
Offline
Anybody ?
Offline
I've never used setxkbmap, but can you use another tool to do the keybinding - like xbindkeys?
It sounds like it is grabbing those keys with AnyModifier rather than just those keys themselves, so the key press never gets to openbox as it is intercepted by setxkbmap.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Another way.
Thinking that LXDE is using Openbox.
You can use ~/.config/openbox/rc.xml
http://openbox.org/wiki/Help:Bindings#Key_bindings
example: using the Windows key
<keybind key="W-u">
<action name="Execute">
<command>setxkbmap us<command>
</action>
</keybind>
<keybind key="W-b">
<action name="Execute">
<command>setxkbmap bg<command>
</action>
</keybind>Because not all of us are native English speakers, try no to use slang or abbreviations, thank you.
Offline
Pages: 1