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.
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to