Fixing keyboard combinations to keep ergonomy.
This commit is contained in:
parent
90fa52653f
commit
fbe8f8d1c3
@ -10,7 +10,7 @@ Class {
|
||||
{ #category : #accessing }
|
||||
MiniDocs class >> altKeys [
|
||||
^ BlAlternativeCombination new
|
||||
key: (BlSingleKeyCombination key:BlKeyboardKey altLeft)
|
||||
combination: (BlSingleKeyCombination key:BlKeyboardKey altLeft)
|
||||
or: (BlSingleKeyCombination key:BlKeyboardKey altRight)
|
||||
]
|
||||
|
||||
@ -92,7 +92,7 @@ MiniDocs class >> keyboardShortcutsRemapping [
|
||||
{ #category : #accessing }
|
||||
MiniDocs class >> shiftKeys [
|
||||
^ BlAlternativeCombination new
|
||||
key: (BlSingleKeyCombination key:BlKeyboardKey shiftLeft)
|
||||
combination: (BlSingleKeyCombination key:BlKeyboardKey shiftLeft)
|
||||
or: (BlSingleKeyCombination key:BlKeyboardKey shiftRight)
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user