I'm a VIM beginner, and I have a weird problem. I started using vim in a terminal emulator, but today I moved to gVim. Then I realized that I cannot write a comma in Insert mode! I tried :map ,, :imap , both said no mapping found. THen I tried :nomap , and :inomap , both without any luck. As writing the commands, I am able to write the comma, but not in insert mode. What can be the problem?
Some details: I'm running a freshly installed ubuntu 9.04 system, with an english keyboard, but using a hungarian layout. I am able to write a comma in vim when writing into the "command line" of vim, after pressing : in command mode.

vimrcfile? This is~/.vimrcin UNIX, orC:\Documents and Settings\(user name)\_vimrcin Windows. This file might be configuring incorrect keymappings for GUI mode. Failing that, do you have an unusual keyboard layout? – John Millikin Aug 6 '09 at 23:21:map ,would print it, wouldn't it?). And yes, I do have an unusual keyboard layout, it's a hungarian keyboard. That said, I still am able to write the comma into the "command line" (after hitting :). – fish Aug 6 '09 at 23:26