Ivaylo Kuzev <ivkuzev <at> gmail.com> writes:

> 
> How can i disable arrow keys in Conkeror, such as emacs(guru-mode)? 
> Thanks!!! 
> 


Ok, solved!!
 
// - Disable Arrow Keys
undefine_key(content_buffer_normal_keymap, "up", "cmd_scrollLineUp");
undefine_key(content_buffer_normal_keymap, "down", "cmd_scrollLineDown");
undefine_key(content_buffer_normal_keymap, "left", "cmd_scrollLeft");
undefine_key(content_buffer_normal_keymap, "right", "cmd_scrollRight"); 
 
--- Ivo

_______________________________________________
Conkeror mailing list
Conkeror@mozdev.org
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to