File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
Emacs Behavior
4
4
==============
5
5
6
- .. versionadded:: 1.9.1
7
-
8
- This `mixin <https://en.wikipedia.org/wiki/Mixin>`_ allows you to add
6
+ The :class:`~kivy.uix.behaviors.emacs.EmacsBehavior`
7
+ `mixin <https://en.wikipedia.org/wiki/Mixin>`_ allows you to add
9
8
`Emacs <https://www.gnu.org/software/emacs/>`_ keyboard shortcuts for basic
10
9
movement and editing to the :class:`~kivy.uix.codeinput.CodeInput` widget.
11
10
The shortcuts currently available are listed below::
@@ -45,6 +44,10 @@ class EmacsBehavior(object):
45
44
'''
46
45
A `mixin <https://en.wikipedia.org/wiki/Mixin>`_ that enables Emacs-style
47
46
keyboard shortcuts for the :class:`~kivy.uix.codeinput.CodeInput` widget.
47
+ Please see the :mod:`Emacs behaviors module <kivy.uix.behaviors.emacs>`
48
+ documentation for more information.
49
+
50
+ .. versionadded:: 1.9.1
48
51
'''
49
52
50
53
key_bindings = StringProperty ('emacs' )
You can’t perform that action at this time.
0 commit comments