diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-19 23:40:14 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-21 15:34:47 -0400 |
commit | 2d0957b7324c51144cee78c2c1aa33c38e7883d9 (patch) | |
tree | 60579b386cf3de5e7e4e5d31f7d1287be9793eea /docs/reference/gdk | |
parent | 09965527082cf819e1109e738635976a447d02fc (diff) | |
download | gtk+-2d0957b7324c51144cee78c2c1aa33c38e7883d9.tar.gz |
docs: Clean up docs syntax
Replace leftover gtk-doc syntax (#Type) with backquotes.
Diffstat (limited to 'docs/reference/gdk')
-rw-r--r-- | docs/reference/gdk/keys.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gdk/keys.md b/docs/reference/gdk/keys.md index e44d0e13ce..c377a90ddd 100644 --- a/docs/reference/gdk/keys.md +++ b/docs/reference/gdk/keys.md @@ -3,7 +3,7 @@ Title: Key Values ## Functions for manipulating keyboard codes Key values are the codes which are sent whenever a key is pressed or released. -They are included in the data contained in a key press or release #GdkEvent. +They are included in the data contained in a key press or release `GdkEvent`. The complete list of key values can be found in the `gdk/gdkkeysyms.h` header file. @@ -45,7 +45,7 @@ information: or the “!” symbol. The letter keys are considered to have a lowercase letter at level 0, and an uppercase letter at level 1, though normally only the uppercase letter is printed on the key - 1. third, the #GdkKeymapKey contains a group; groups are not used on + 1. third, the [struct@Gdk.KeymapKey] contains a group; groups are not used on standard US keyboards, but are used in many other countries. On a keyboard with groups, there can be 3 or 4 symbols printed on a single key. The group indicates movement in a horizontal direction. Usually |