Re: [Nix-dev] hotkey to change between qwerty <-> dvorak

2015-09-26 Thread CodeHero
I just use a small script that I call from Xmonad. However you can set 
up a hotkey with any other window manager or desktop environment. Or you 
could just use xbindkey.

https://github.com/C0DEHERO/dotfiles/blob/master/bin/toggleLayout

On 09/09/2015 11:02 AM, stewart mackenzie wrote:
> I have the issue when working in a team of needing to change my
> keyboard layout from dvorak to qwerty.
>
> What does the configuration.nix look like for this?
>
> preferably  +  - 
>
> /sjm
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[Nix-dev] hotkey to change between qwerty <-> dvorak

2015-09-09 Thread stewart mackenzie
I have the issue when working in a team of needing to change my
keyboard layout from dvorak to qwerty.

What does the configuration.nix look like for this?

preferably  +  - 

/sjm
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] hotkey to change between qwerty <-> dvorak

2015-09-09 Thread Peter Simons
Hi Stewart,

I run "setxkbmap de" and "setxkbmap dvorak" to switch layouts. Not sure
how to bind that to a key, but I'd be interested to find out if someone
else knows?

Best regards,
Peter

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] hotkey to change between qwerty <-> dvorak

2015-09-09 Thread Tomasz Czyż
Probably you could use this xorg setup:

http://unix.stackexchange.com/questions/106782/keyboard-layout-switch-ctrlshift-in-a-new-xorg

There is also few trayicon applications to do that, depends on which
environment you use.

2015-09-09 16:42 GMT+01:00 Peter Simons :

> Hi Stewart,
>
> I run "setxkbmap de" and "setxkbmap dvorak" to switch layouts. Not sure
> how to bind that to a key, but I'd be interested to find out if someone
> else knows?
>
> Best regards,
> Peter
>
> ___
> nix-dev mailing list
> nix-dev@lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev
>



-- 
Tomasz Czyż
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev