We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotkeys do not work after the mode is loaded.
Messages:
Key sequence contains invalid event C-c C-c Key sequence contains invalid event C-c C-n Key sequence contains invalid event C-c C-b Key sequence contains invalid event C-c C-e
Code from idec-mode.el
(defvar idec-mode-map (let ((map (make-sparse-keymap))) (define-key map ["C-c C-c"] 'kill-this-buffer) (define-key map ["C-c C-n"] 'idec-next-message) (define-key map ["C-c C-b"] 'idec-previous-message) (define-key map ["C-c C-e"] 'idec-new-message) map) "Keymapping for IDEC mode.")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hotkeys do not work after the mode is loaded.
Messages:
Code from idec-mode.el
The text was updated successfully, but these errors were encountered: