Slight change to wording of forward keypress help text
This commit is contained in:
parent
453869e9af
commit
b25e236a2e
@ -14,7 +14,7 @@ class command():
|
|||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
pass
|
pass
|
||||||
def getDescription(self):
|
def getDescription(self):
|
||||||
return _('sends the following keypress to the terminal')
|
return _('sends the following keypress to the terminal or application')
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
self.env['input']['keyForeward'] = 3
|
self.env['input']['keyForeward'] = 3
|
||||||
|
Loading…
Reference in New Issue
Block a user