From: Benct Philip Jonsson, Mon, February 16, 2009 1:14 pm
> Steve Hall wrote:
> >
> > I would like to know which Cream combinations do not work for you.
> > We've tried to use combinations that work in most languages, but
> > I'm afraid there are probably a few that break various languages.
>
> Alt+F5 to change to lowercase for one.
>
> > To re-define a command, you can put a new mapping in your
> > cream-user.
>
> What does the command look like/which cream config file
> contains the current ones?
All mappings are in cream-keys.vim.
> It seems keymap sequences using punctuation characters like
> 'a for รก don't work for me. I'm not sure if it's a cream
> problem or a vim problem. I thought it might have to do
> with the fact that I use a modified X keyboard, but have
> determined that this is not the case.
I would try mapping those that don't work to double mappings. In the
case of the mapping above, change:
imap <silent> <M-F5> <C-b>:call Cream_case_lower("i")<CR>
vmap <silent> <M-F5> :<C-u>call Cream_case_lower("v")<CR>
to
imap <silent> <M-F5><M-F5> <C-b>:call Cream_case_lower("i")<CR>
vmap <silent> <M-F5><M-F5> :<C-u>call Cream_case_lower("v")<CR>
does that work?
--
Steve Hall [ digitect dancingpaper com ]
:: Cream... usability for Vim
:: http://cream.sourceforge.net
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
cream-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cream-general