summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkfilechooser.sgml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2006-01-27 17:22:17 +0000
committerFederico Mena Quintero <federico@src.gnome.org>2006-01-27 17:22:17 +0000
commitbd51b09f77e86e95e279d7a0e12d8389716c0d28 (patch)
tree8ddbe41b14b906112902a29ccdde9a27ccc4873d /docs/reference/gtk/tmpl/gtkfilechooser.sgml
parentdfdd89de5f6a01ab948e11e1e811619a1249804e (diff)
downloadgdk-pixbuf-bd51b09f77e86e95e279d7a0e12d8389716c0d28.tar.gz
Fixes bug #328820:
2006-01-27 Federico Mena Quintero <federico@ximian.com> Fixes bug #328820: * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_class_init): Make GDK_KP_Divide pop up the location dialog populated to "/". (tree_view_keybinding_cb): Likewise. (trap_activate_cb): Likewise.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkfilechooser.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkfilechooser.sgml16
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/reference/gtk/tmpl/gtkfilechooser.sgml b/docs/reference/gtk/tmpl/gtkfilechooser.sgml
index bf391b30a..a40982bd2 100644
--- a/docs/reference/gtk/tmpl/gtkfilechooser.sgml
+++ b/docs/reference/gtk/tmpl/gtkfilechooser.sgml
@@ -209,8 +209,14 @@ update_preview_cb (GtkFileChooser *file_chooser, gpointer data)
<row>
<entry>location-popup</entry>
<entry>
- <keycombo><keycap>Control</keycap><keycap>L</keycap></keycombo>;
- <keycap>/</keycap>
+ <keycombo><keycap>Control</keycap><keycap>L</keycap></keycombo> (empty path);
+ <keycap>/</keycap> (path of "/")<footnote>
+ <para>
+ Both the individual <keycap>/</keycap> key and the
+ numeric keypad's "divide" key are supported.
+ </para>
+ </footnote>;
+ <keycap>~</keycap> (path of "~")
</entry>
</row>
<row>
@@ -287,10 +293,12 @@ class "GtkFileChooserDefault" binding "my-own-gtkfilechooser-bindings"
put in the text entry for the file name. By default this is bound to
<keycombo><keycap>Control</keycap><keycap>L</keycap></keycombo>
with a <parameter>path</parameter> string of "" (the empty
- string); it is also bound to <keycap>/</keycap> with a
+ string). It is also bound to <keycap>/</keycap> with a
<parameter>path</parameter> string of "<literal>/</literal>"
(a slash): this lets you type <keycap>/</keycap> and
- immediately type a path name.
+ immediately type a path name. On Unix systems, this is bound to
+ <keycap>~</keycap> (tilde) with a <parameter>path</parameter> string
+ of "~" itself for access to home directories.
</para>
<variablelist role="params">