If you are going for backslash + 'e' combo, maybe it should be:

 (define-key helm-map "\\e" 'helm-keyboard-quit)

Best,
Sanel

Shiyao Ma <[email protected]> writes:
> Hi,
>
> I tried this mapping:
> (define-key helm-map "\e" 'helm-keyboard-quit)
>
> But it doesn't work.
>
> However, (define-key helm-map "qq" 'helm-keyboard-quit) works.
>
> I'd suspect something's wrong with the special esc key.
>
>
> Regards.
>
> -- 
>
> 吾輩は猫である。ホームーページはhttps://introo.me 
> <http://introo.me>。
>
> _______________________________________________
> implementations-list mailing list
> [email protected]
> https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Reply via email to