FVWM: how to escape F1?

2019-03-08 Thread Harald Dunkel
Hi folks, I have defined several function keys for fvwm, but sometimes I would like to send F1 (for example) to the app running in the window, bypassing fvwm's function bound to it. Is there some hidden function to temporarily disable the Key bindings to forward *any* key combination to the wind

Re: FVWM: how to escape F1?

2019-03-08 Thread Dominik Vogt
On Fri, Mar 08, 2019 at 10:59:44AM +0100, Harald Dunkel wrote: > Hi Thomas, > > On 3/8/19 9:53 AM, Thomas Adam wrote: > > Key F1 A A -- > > > > Apparently thats a misunderstanding. Sorry for my bad English. > > I would like fvwm to *ignore all key bindings for one keypress* > to forward it dire

Re: FVWM: how to escape F1?

2019-03-08 Thread Stephen Dennison
On Fri, Mar 8, 2019 at 6:06 AM Dominik Vogt wrote: > > On Fri, Mar 08, 2019 at 10:59:44AM +0100, Harald Dunkel wrote: > > Hi Thomas, > > > > On 3/8/19 9:53 AM, Thomas Adam wrote: > > > Key F1 A A -- > > > > > > > Apparently thats a misunderstanding. Sorry for my bad English. > > > > I would like f

Re: FVWM: how to escape F1?

2019-03-08 Thread Stefan Klinger
Hi, this is an *untested* idea: There's `FakeKeypress` documented in fvwm(1), which seems to send a keypress event to an application. I assume, that for each binding you have in yout setup, like Key you would have to add something like KeyFakeKeypress \ press press re

Re: FVWM: how to escape F1?

2019-03-08 Thread Jaimos Skriletz
On Fri, Mar 8, 2019 at 10:17 AM Stefan Klinger wrote: > > Hi, > > this is an *untested* idea: There's `FakeKeypress` documented in > fvwm(1), which seems to send a keypress event to an application. I > assume, that for each binding you have in yout setup, like > Many apps do not like FakeKeyPres