Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: How to map Alt keys in X windows under NetBSD-9?
On Tue, Oct 11, 2022 at 01:28:31 -0700, Brian Buhrow wrote:
> It looks like all is working as I expect, except I can't seem to
> generate an alt-return key sequence. I just get a bell when I try
> to do this and the application I'm using doesn't receive the
> keystroke.
I haven't used xterm in ages, but defining key bindings might help
here. E.g. - from a very old xresources file:
XTerm*VT100*Translations:#override \
Shift<Key>Prior: scroll-back(1,page) \n\
Shift<Key>Next: scroll-forw(1,page) \n\
The function to "input" literal text into the terminal is
string("text") or string(0x42)
-uwe
Home |
Main Index |
Thread Index |
Old Index