[racket] Conflict between framework/keybinding-lang and existing keybindings

From: Eduardo Bellani (ebellani at gmail.com)
Date: Wed Nov 17 08:57:06 EST 2010

Hello

I've found that if you use c:x;ANYTHING inside a
#lang s-exp framework/keybinding-lang file for a user defined
keybindings, you end up disabling all the other c:x;SOMETHING keybindings.

For example:

(keybinding "c:x;h"
            (λ (editor evt) (send editor insert "hello")))

Then try anything with a c:x as a prefix.

I'm using version 5.0.1 in ubuntu 9.10

Any suggestions?

-- 
Eduardo Bellani

omnia mutantur, nihil interit.


Posted on the users mailing list.