Re: Binding the pad-Enter key?

2021-09-28 Thread Kevin J. McCarthy
On Tue, Sep 28, 2021 at 09:38:28AM +0200, Bastian wrote: On 27Sep21 11:12-0700, Kevin J. McCarthy wrote: I'll try to dig into it if that's not the problem. However, my keyboard doesn't have a keypad so I may have some difficulty debugging. :-) Would this do it? ``` % xdotool key --window 0x

Re: Binding the pad-Enter key?

2021-09-28 Thread Mark H. Wood
On Mon, Sep 27, 2021 at 11:12:42AM -0700, Kevin J. McCarthy wrote: > On Mon, Sep 27, 2021 at 12:48:11PM -0400, Mark H. Wood wrote: > >I wanted to bind the Enter key on the numeric pad so that it works the > >same way as the Enter on the main key grid. I entered ":exec > >what-key", hit pad-Enter,

Re: Binding the pad-Enter key?

2021-09-28 Thread Bastian
On 27Sep21 11:12-0700, Kevin J. McCarthy wrote: > I'll try to dig into it if that's not the problem. However, my keyboard > doesn't have a keypad so I may have some difficulty debugging. :-) Would this do it? ``` % xdotool key --window 0x100101 KP_Enter ``` -- Bastian