Author: Rainer Weikusat Date: To: dng Subject: Re: [DNG] keybinding problem
Haines Brown via Dng <dng@???> writes: > I have a CLI application for which keyboard input has unexpeted
> resultd. When I type a leter it does not appear but somethig else
> happens. My question is how to distinguish a bug in the application
> from problems with my operating system (Devuan daelalus with no
> desktop environment). Is there a way to test CLI keybiding?
You could run the application under strace to see what input it's
getting from the kernel.
Another idea would be to log into a text console (ctrl-alt-f2 to
ctrl-alt-f6 should bring you to one, you can use alt-f1 to get back to
the X session) and run it from there to see if the behaviour is
different.