Task from #pekwm
12:15 < pekdon> nidan: a SendKey action would be the solution wouldn't it? 12:17 < nidan> pekdon: I'd like to have C-t as a meta-key for other cmds, like
C-t p to go to the previous window (PrevFrameMRU) for example. But I'd also like to be able to get that C-t through to other programs, such as Opera to open new tabs. And I'd like to use C-t t for that..
12:18 < nidan> pekdon: So, Chain = "Ctrl t" { KeyPress "t" { Actions = "SendKey
Ctrl t" } } would do it..
Added this functionality in rev 7a0dab4d6e97f83ef3b96da0d9b258172b536fdf, please go ahead and try it. Closing this.