1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

doc: add "New in version 0.3.6" for functions key_(un)bind in plugin API reference

This commit is contained in:
Sebastien Helleu
2011-08-20 11:36:45 +02:00
parent 6c5bdb36d3
commit 67a9f942e7
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -5688,6 +5688,8 @@ Functions for key bindings.
weechat_key_bind
^^^^^^^^^^^^^^^^
_New in version 0.3.6._
Add new key bindings.
[NOTE]
@@ -5751,6 +5753,8 @@ weechat.key_bind("mouse", keys)
weechat_key_unbind
^^^^^^^^^^^^^^^^^^
_New in version 0.3.6._
Remove key binding(s).
[WARNING]
+4
View File
@@ -5748,6 +5748,8 @@ Fonctions pour les associations de touches.
weechat_key_bind
^^^^^^^^^^^^^^^^
_Nouveau dans la version 0.3.6._
Ajouter de nouvelles associations de touches.
[NOTE]
@@ -5813,6 +5815,8 @@ weechat.key_bind("mouse", keys)
weechat_key_unbind
^^^^^^^^^^^^^^^^^^
_Nouveau dans la version 0.3.6._
Supprimer une/des association(s) de touche(s).
[WARNING]
+4
View File
@@ -5696,6 +5696,8 @@ Functions for key bindings.
weechat_key_bind
^^^^^^^^^^^^^^^^
_Novità nella versione 0.3.6._
Add new key bindings.
[NOTE]
@@ -5760,6 +5762,8 @@ weechat.key_bind("mouse", keys)
weechat_key_unbind
^^^^^^^^^^^^^^^^^^
_Novità nella versione 0.3.6._
Remove key binding(s).
[WARNING]