emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* M-RET ok, C-RET wrong?
@ 2024-08-23 22:27 Kepa
  0 siblings, 0 replies; only message in thread
From: Kepa @ 2024-08-23 22:27 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 562 bytes --]

Hello,

I'm experiencing strange behavior when setting a keybinding.

C-RET keybinding does not work for me, and I have had to use C-<return>, although M-RET does work:

This doesn't work:
(define-key dired-mode-map (kbd "C-RET") 'dired-w32explore)

I receive this message:
C-<return> is undefined

This works, though:
(define-key dired-mode-map (kbd "C-<return>") 'dired-w32explore)

This works too:
(define-key dired-mode-map (kbd "M-RET") 'dired-create-directory)

GNU Emacs 29.3 (build 2, x86_64-w64-mingw32) of 2024-03-24

Best regards

[-- Attachment #2: Type: text/html, Size: 2990 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-23 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-23 22:27 M-RET ok, C-RET wrong? Kepa

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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).