Ask a Question related to Linux / Unix Administration, Design and Development.
-
Andrew McCallum #1
xterm function keys
To all who have a clue
I would like to hack xterm to provide different function key mappings.
so far I have altered the decfuncvalue function in input.c so that F10
reflects '\033[25~', and would now like to alter F5 to send '\033[M'.
The problem I am having is that I cannot work out how to send 'M', and
am convinced that I am using the wrong function in input.c.
Any suggestions on solutions, or better places to ask this question
are greatly appreciated.
Andrew
Andrew McCallum Guest
-
Determining all shortcut keys in use (including Function keys)?
I'm creating a Windows Acrobat 8 plug-in and would like to know how to find all the current shortcut keys. The Acrobat 8 SDK's Developing Plug-ins... -
Curses::UI::Widget - binding function keys
I read the documentation for Curses::UI::Widget on how to bind control-keys to perl subs. Very nice. However, there are no instructions on how to... -
CS crash, actions reloaded, function keys non-working
I had a crash in CS, had had one before, so I saved my freshly programmed actions. Had to reload them after the crash, now the function keys don't... -
Listening for Function keys pressed
Hi all, I'm hoping that I am in the right spot for this query, and that someone can help. I'm very new to flash (Flash MX 2004) and am attempting... -
Function keys to post a form
Hi all, I have disabled the function keys (F1-F12). I would like each funtion key to submit a form. I'm not quite sure how to tell each... -
Thomas Dickey #2
Re: xterm function keys
Andrew McCallum <andrewmccallumau@hotmail.com> wrote:
> To all who have a cluehmm - why?> I would like to hack xterm to provide different function key mappings.
The translations resource is usually used for this purpose.
(see xterm's manpage)
--
Thomas E. Dickey
[url]http://invisible-island.net[/url]
[url]ftp://invisible-island.net[/url]
Thomas Dickey Guest
-
Andrew McCallum #3
Re: xterm function keys
Thomas Dickey <dickey@saltmine.radix.net> wrote in message news:<10i130dh29jrgb8@corp.supernews.com>...
I figured why use translations if I can alter the behaviour at the> Andrew McCallum <andrewmccallumau@hotmail.com> wrote:>> > To all who have a clue>> > I would like to hack xterm to provide different function key mappings.
> hmm - why?
>
> The translations resource is usually used for this purpose.
> (see xterm's manpage)
source. Anyway I decided to just go with the translations.
Thanks
Andrew McCallum Guest



Reply With Quote

