diff options
Diffstat (limited to 'doc/faq/FAQ.tex')
| -rw-r--r-- | doc/faq/FAQ.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/faq/FAQ.tex b/doc/faq/FAQ.tex index f40c28c4d4..0644cf369a 100644 --- a/doc/faq/FAQ.tex +++ b/doc/faq/FAQ.tex @@ -2350,6 +2350,15 @@ Glib.Utf8.from_unichar 0x2200;; The number between braces is the hexadecimal UNICODE index for the missing character. +\Question{How to get rid of annoying unwanted automatic templates?} + +Some users may experiment problems with unwanted automatic +templates while using Coqide. This is due to a change in the +modifiers keys available through GTK. The straightest way to get +rid of the problem is to edit by hand your .coqiderc (either +\verb|/home/<user>/.coqiderc| under Linux, or \\ +\verb|C:\Documents and Settings\<user>\.coqiderc| under Windows) + and replace any occurence of \texttt{MOD4} by \texttt{MOD1}. |
