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:
parent
df881b0f0d
commit
7b39597f9c
@ -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:
|
||||
|
1520
doc/geany.html
1520
doc/geany.html
File diff suppressed because it is too large
Load Diff
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user