Skip to content

Commit 5dc62d5

Browse files
authored
Merge branch 'master' into 26_07_enable_creatin_scaled_unit_with_other_scaled_units
2 parents 7f0fdeb + 0372539 commit 5dc62d5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

constants/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
3939
4040
class KeyPressedController(Sofa.Core.Controller):
41-
#This controller monitors key movements.
42-
# Press ctrl and a key to test it!
41+
# This controller monitors key movements.
42+
# Press CTRL + SHIFT + a key to test it!
4343
4444
def __init__(self, *args, **kwargs):
4545
Sofa.Core.Controller.__init__(self, *args, **kwargs)

examples/keyEvents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
class KeyPressedController(Sofa.Core.Controller):
3131
""" This controller monitors key movements.
32-
Press ctrl and a key to test it!
32+
Press CTRL + SHIFT + a key to test it!
3333
"""
3434
def __init__(self, *args, **kwargs):
3535
Sofa.Core.Controller.__init__(self, *args, **kwargs)

0 commit comments

Comments
 (0)