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