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
