* Binding Non-standard Keyboard Keys
@ 2003-10-24 17:20 Dan Anderson
2003-10-27 9:22 ` Gian Uberto Lauri
[not found] ` <mailman.2517.1067256609.21628.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 6+ messages in thread
From: Dan Anderson @ 2003-10-24 17:20 UTC (permalink / raw)
I just bought a new keyboard, and it's got all sorts of interesting
buttons on it. When I try to C-h c any key that's not alpha numberic,
it doesn't work.
I.e. is there a way to link the "Internet" button to W3, the "Search"
button to find, or perhaps bind them and similar to macros/scripts of my
choice?
Thanks,
-Dan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Binding Non-standard Keyboard Keys
[not found] <mailman.2391.1067016070.21628.help-gnu-emacs@gnu.org>
@ 2003-10-24 17:45 ` roodwriter
2003-10-24 19:39 ` Dan Anderson
2003-12-03 22:15 ` Kai Grossjohann
1 sibling, 1 reply; 6+ messages in thread
From: roodwriter @ 2003-10-24 17:45 UTC (permalink / raw)
Dan Anderson wrote:
> I just bought a new keyboard, and it's got all sorts of interesting
> buttons on it. When I try to C-h c any key that's not alpha numberic,
> it doesn't work.
>
> I.e. is there a way to link the "Internet" button to W3, the "Search"
> button to find, or perhaps bind them and similar to macros/scripts of my
> choice?
>
> Thanks,
>
> -Dan
I only have a standard keyboard so I don't know if this will help you or
not, but I noticed when using M-x global-set-key that if I hit a key like
Scroll Lock it put a notation in the prompt for the keybinding. I'd try
this. But there are other people that may have better suggestions.
For what it's worth.
--Rod
--
Author of "Linux for Non-Geeks--Clear-eyed Answered for Practical Consumers"
and "Boring Stories from Uncle Rod." Both are available at
http://www.rodwriterpublishing.com/index.html
To reply by e-mail, take the extra "o" out of the name.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Binding Non-standard Keyboard Keys
2003-10-24 17:45 ` Binding Non-standard Keyboard Keys roodwriter
@ 2003-10-24 19:39 ` Dan Anderson
0 siblings, 0 replies; 6+ messages in thread
From: Dan Anderson @ 2003-10-24 19:39 UTC (permalink / raw)
Cc: help-gnu-emacs
I tried global-set-key and got some interesting results. Keys which
don't show up under C-h c appear as other keys. For instance, one is
C-z, another is <mouse-2>, etc. But they don't seem to have the effect
of those keys. I press them and KDE goes bonkers.
:: sighs ::
-Dan
On Fri, 2003-10-24 at 13:45, roodwriter@core.com wrote:
> Dan Anderson wrote:
>
> > I just bought a new keyboard, and it's got all sorts of interesting
> > buttons on it. When I try to C-h c any key that's not alpha numberic,
> > it doesn't work.
> >
> > I.e. is there a way to link the "Internet" button to W3, the "Search"
> > button to find, or perhaps bind them and similar to macros/scripts of my
> > choice?
> >
> > Thanks,
> >
> > -Dan
>
> I only have a standard keyboard so I don't know if this will help you or
> not, but I noticed when using M-x global-set-key that if I hit a key like
> Scroll Lock it put a notation in the prompt for the keybinding. I'd try
> this. But there are other people that may have better suggestions.
>
> For what it's worth.
>
> --Rod
^ permalink raw reply [flat|nested] 6+ messages in thread
* Binding Non-standard Keyboard Keys
2003-10-24 17:20 Dan Anderson
@ 2003-10-27 9:22 ` Gian Uberto Lauri
[not found] ` <mailman.2517.1067256609.21628.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 6+ messages in thread
From: Gian Uberto Lauri @ 2003-10-27 9:22 UTC (permalink / raw)
Cc: help-gnu-emacs
>>>>> "DA" == Dan Anderson <dan@mathjunkies.com> writes:
DA> I.e. is there a way to link the "Internet" button to W3, the "Search"
DA> button to find, or perhaps bind them and similar to macros/scripts of my
DA> choice?
I think that the codes shot out by the keyboard are'nt understood by the
system.
Under Linux you can use lineakd that lets you bind a generic shell command
to one of these keys. If the command is
gnudoit \( your-elisp-fuction \)
you get something like binding the key in Emacs (after all it's still
a keystroke-to-function binding).
/\ ___
/___/\__|_|\_|__|___Gian Uberto Lauri_____________________
//--\ | | \| | Integralista GNUslamico e fancazzista
\/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Binding Non-standard Keyboard Keys
[not found] ` <mailman.2517.1067256609.21628.help-gnu-emacs@gnu.org>
@ 2003-10-31 0:02 ` Ian Zimmerman
0 siblings, 0 replies; 6+ messages in thread
From: Ian Zimmerman @ 2003-10-31 0:02 UTC (permalink / raw)
Gian> I think that the codes shot out by the keyboard are'nt understood
Gian> by the system.
"the system" == X window
man xev(1x), xmodmap(1x)
--
"Rap music is our punishment for neglecting music education."
An anonymous teacher
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Binding Non-standard Keyboard Keys
[not found] <mailman.2391.1067016070.21628.help-gnu-emacs@gnu.org>
2003-10-24 17:45 ` Binding Non-standard Keyboard Keys roodwriter
@ 2003-12-03 22:15 ` Kai Grossjohann
1 sibling, 0 replies; 6+ messages in thread
From: Kai Grossjohann @ 2003-12-03 22:15 UTC (permalink / raw)
Dan Anderson <dan@mathjunkies.com> writes:
> I.e. is there a way to link the "Internet" button to W3, the "Search"
> button to find, or perhaps bind them and similar to macros/scripts of my
> choice?
First of all, it might be interesting to see what C-h l says after
hitting one of them. Maybe they are function keys that you can just
bind.
Another possibility is that they don't have keysyms. Then you can
assign one with
xmodmap -e 'add keycode 4711 = F38'
Instead of F38, you can use other function keys. You can use the xev
program to find out the keycodes.
Kai
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-12-03 22:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.2391.1067016070.21628.help-gnu-emacs@gnu.org>
2003-10-24 17:45 ` Binding Non-standard Keyboard Keys roodwriter
2003-10-24 19:39 ` Dan Anderson
2003-12-03 22:15 ` Kai Grossjohann
2003-10-24 17:20 Dan Anderson
2003-10-27 9:22 ` Gian Uberto Lauri
[not found] ` <mailman.2517.1067256609.21628.help-gnu-emacs@gnu.org>
2003-10-31 0:02 ` Ian Zimmerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).