diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2007-08-30 11:06:59 +0000 |
---|---|---|
committer | Chris Wilson <cpwilson@src.gnome.org> | 2007-08-30 11:06:59 +0000 |
commit | 46b7464576141d69bd0dce16409141cfb26a8225 (patch) | |
tree | a07f15533970be1df62c98ac5e0be2a6997c3667 /doc | |
parent | 8fb0f61c29c521f85acc5f340d8a8f3b005926ed (diff) |
Bug 153265 – Handle Sun Cut, Copy, Paste keys Patch by Brian Cameron.
2007-08-30 Chris Wilson <chris@chris-wilson.co.uk>
Bug 153265 – Handle Sun Cut, Copy, Paste keys
Patch by Brian Cameron.
* doc/reference/tmpl/vte.sgml:
* src/vte.c (vte_terminal_class_init),
(vte_terminal_real_copy_clipboard), (vte_terminal_copy_clipboard),
(vte_terminal_real_paste_clipboard),
(vte_terminal_paste_clipboard):
* src/vte.h:
Add key bindings for the special function keys.
svn path=/trunk/; revision=1936
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/tmpl/vte.sgml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/reference/tmpl/vte.sgml b/doc/reference/tmpl/vte.sgml index b4d5680..6c4d68e 100644 --- a/doc/reference/tmpl/vte.sgml +++ b/doc/reference/tmpl/vte.sgml @@ -70,6 +70,13 @@ primarily by #VteTerminalAccessible. @vteterminal: the object which received the signal. +<!-- ##### SIGNAL VteTerminal::copy-clipboard ##### --> +<para> + +</para> + +@vteterminal: the object which received the signal. + <!-- ##### SIGNAL VteTerminal::cursor-moved ##### --> <para> Emitted whenever the cursor moves to a new character cell. Used primarily @@ -162,6 +169,13 @@ Emitted at the child application's request. @arg1: the terminal's desired location, X coordinate. @arg2: the terminal's desired location, Y coordinate. +<!-- ##### SIGNAL VteTerminal::paste-clipboard ##### --> +<para> + +</para> + +@vteterminal: the object which received the signal. + <!-- ##### SIGNAL VteTerminal::raise-window ##### --> <para> Emitted at the child application's request. |