forked from openlp/openlp
fixed spelling
This commit is contained in:
parent
cac0728d0b
commit
5348139cfe
@ -461,7 +461,7 @@ class SlideController(QtGui.QWidget):
|
||||
etc.
|
||||
|
||||
**Note**: This implementation is based on shortcuts. But it rather works
|
||||
like "key sequences". You have to press one key after the other and
|
||||
like "key sequenes". You have to press one key after the other and
|
||||
**not** at the same time.
|
||||
For example to jump to "V3" you have to press "V" and afterwards but
|
||||
within a time frame of 350ms you have to press "3".
|
||||
@ -528,7 +528,7 @@ class SlideController(QtGui.QWidget):
|
||||
# Start the time as we did not have any match.
|
||||
self.shortcutTimer.start(350)
|
||||
else:
|
||||
# Reset the key sequenze as we do not have any match and the timer
|
||||
# Reset the key sequence as we do not have any match and the timer
|
||||
# timed out.
|
||||
self.current_shortcut = u''
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user