[gsharp-devel] Re: [gsharp-cvs] CVS gsharp
Christophe Rhodes
csr21 at cantab.net
Thu Jun 28 14:15:14 UTC 2007
"mjonsson" <mjonsson at common-lisp.net> writes:
> Fixed keybinding bug for microsharper.
> --- /project/gsharp/cvsroot/gsharp/modes.lisp 2007/06/21 11:14:27 1.24
> +++ /project/gsharp/cvsroot/gsharp/modes.lisp 2007/06/28 13:56:53 1.25
> @@ -84,7 +84,7 @@
>
> (set-key 'com-sharper 'cluster-table '((#\#)))
> (set-key 'com-flatter 'cluster-table '(#\@))
> -(set-key 'com-microsharper 'cluster-table '((#\# :control)))
> +(set-key 'com-microsharper 'cluster-table '((#\# :control :shift)))
> (set-key 'com-microflatter 'cluster-table '((#\@ :control :shift)))
> (set-key 'com-add-note-c 'cluster-table '(#\C))
> (set-key 'com-add-note-d 'cluster-table '(#\D))
Um, no, this doesn't fix any bug; it might mean that your keyboard now
allows you to type microsharps, but mine now doesn't.
This really needs to be fixed in mcclim itself; in the interim, could
we have both bindings please? (I should have remembered that I've
done this before: see the bindings for com-more-sharps...)
Cheers,
Christophe
More information about the gsharp-devel
mailing list