Redefining key combos again to support underlying changes in GT.
This commit is contained in:
parent
ed87c46402
commit
d4577a6489
@ -10,9 +10,8 @@ Class {
|
||||
{ #category : #accessing }
|
||||
MiniDocs class >> altKeys [
|
||||
^ BlAlternativeCombination new
|
||||
with: (BlSingleKeyCombination key:BlKeyboardKey altLeft);
|
||||
with: (BlSingleKeyCombination key:BlKeyboardKey altRight);
|
||||
yourself.
|
||||
key: (BlSingleKeyCombination key:BlKeyboardKey altLeft)
|
||||
or: (BlSingleKeyCombination key:BlKeyboardKey altRight)
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
@ -88,9 +87,8 @@ MiniDocs class >> keyboardShortcutsRemapping [
|
||||
{ #category : #accessing }
|
||||
MiniDocs class >> shiftKeys [
|
||||
^ BlAlternativeCombination new
|
||||
with: (BlSingleKeyCombination key:BlKeyboardKey shiftLeft);
|
||||
with: (BlSingleKeyCombination key:BlKeyboardKey shiftRight);
|
||||
yourself.
|
||||
key: (BlSingleKeyCombination key:BlKeyboardKey shiftLeft)
|
||||
or: (BlSingleKeyCombination key:BlKeyboardKey shiftRight)
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
|
Loading…
Reference in New Issue
Block a user