Skip to content
  • Topics
  • Contact
  • Search
  • Random
  • Footer

Sacha Chua

« substring completion — emacsInfo-goto-emacs-command-mode — emacs »

Emacs menu accelerators — emacs

Mar 24, 2003| emacs

Jeffery B. Rancier’s March 12 post on help-gnu-emacs@gnu.org has
this useful LISP snippet for Windows Emacs users:

(defun jbr-w32-simulate-Alt-tap ()

(interactive) (w32-send-sys-command 61696)) (global-set-key [C-tab] 'jbr-w32-simulate-Alt-tap)

I wonder if there’s a similar way to do that under GTK…

You can e-mail me at sacha@sachachua.com.
More posts about emacs
« substring completion — emacsInfo-goto-emacs-command-mode — emacs »
  • Home
  • About
  • Topics
  • Archives
  • Privacy
  • Contact
  • Subscribe
  • RSS feed
  • Blogroll
  • Random
  • Sketches

Email - Mastodon - Github

Copyright © 2001-2024 Sacha Chua (sacha@sachachua.com). Emacs code snippets are generally under GPLv3+; other snippets are dual-licensed under the MIT License or GPLv3+ unless otherwise indicated. Please feel free to reuse or share stuff under a Creative Commons Attribution license unless otherwise noted. Thanks for reading!