New question #69813 on nXhtml: https://answers.launchpad.net/nxhtml/+question/69813
Hi, I'd like to have custom movement keys for the popup completion menu, because arrow keys are really far on the keyboard. I want to use the default Emacs movement keys C-n, C-p, C-f and C-b instead of arrow keys (down, up, right, left respectively). I tried defining keys in appmenu-mode-map like so: (define-key appmenu-mode-map (kbd "C-n") 'down) etc. but that didn't work. Is there a way to do it? Thanks, Milan -- You received this question notification because you are a member of nXhtml, which is an answer contact for nXhtml. _______________________________________________ Mailing list: https://launchpad.net/~nxhtml Post to : [email protected] Unsubscribe : https://launchpad.net/~nxhtml More help : https://help.launchpad.net/ListHelp

