Re: Config XKB to map a key combination to another

2018-06-04 Thread wettstae
> I'm trying to create a bunch of mappings like this: > `Hyper+Shift+C` -> `Ctrl+Shift+C` > `Hyper+Left` -> `Alt+Left` > `Alt+Left` -> `Ctrl+Left` > `Super+Left` -> `Home` > How can I do it in xkb config files? You can change the modifiers with Redirect actions. For example, for the LEFT key, use

Re: Config XKB to map a key combination to another

2018-06-04 Thread Ken Moffat
On Mon, Jun 04, 2018 at 04:39:58AM +0400, Sassan Haradji wrote: > Hi, > > I'm trying to create a bunch of mappings like this: > `Hyper+Shift+C` -> `Ctrl+Shift+C` > `Hyper+Left` -> `Alt+Left` > `Alt+Left` -> `Ctrl+Left` > `Super+Left` -> `Home` > How can I do it in xkb config files? > > Currently