Skip to content
New issue

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 #7

Open
Difrex opened this issue Jun 28, 2018 · 0 comments
Open

Hotkeys do not work #7

Difrex opened this issue Jun 28, 2018 · 0 comments
Labels
bug Something isn't working mode

Comments

@Difrex
Copy link
Member

Difrex commented Jun 28, 2018

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.")
@Difrex Difrex added bug Something isn't working mode labels Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working mode
Projects
None yet
Development

No branches or pull requests

1 participant