help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to ignore <XF86Launch1>s?


From: Stefan Monnier
Subject: Re: how to ignore <XF86Launch1>s?
Date: Fri, 13 Apr 2012 11:08:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

> In emacs how can I ignore these, via keyboard-translate-table?
> I don't want to bind them to a function as they could occur at any point
> e.g., C-x <C-XF86Launch1> etc.

(define-key input-decode-map [XF86Launch1] [])
(define-key input-decode-map [C-XF86Launch1] [])

should do the trick,


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]