Fix slightly wrong description of how to insert Unicode characters.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4427 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-11-17 21:10:29 +00:00
parent df881b0f0d
commit 7b39597f9c
3 changed files with 770 additions and 764 deletions

View File

@ -1,3 +1,9 @@
2009-11-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* doc/geany.txt, doc/geany.html:
Fix slightly wrong description of how to insert Unicode characters.
2009-11-16 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* tagmanager/c.c:

File diff suppressed because it is too large Load Diff

View File

@ -1055,10 +1055,10 @@ needs.
Inserting Unicode characters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
With GTK 2.10 and above, you can insert Unicode code points by hitting Ctrl-Shift-u, then still holding
Ctrl-Shift, type some hex digits representing the code point for the
character you want, then let go of Ctrl-Shift and hit a key such as
the right arrow.
With GTK 2.10 and above, you can insert Unicode code points by hitting
Ctrl-Shift-u, then still holding Ctrl-Shift, type some hex digits representing
the code point for the character you want, then let go of Ctrl-Shift and
hit Enter or Return.
For this to work in Geany, you'll need to first unbind Ctrl-Shift-u
in the `keybinding preferences`_, then restart Geany.