Skip to content

Commit 1bb7c2b

Browse files
committed
change shortcuts
Signed-off-by: Joana Hrotko <[email protected]>
1 parent 3a54f0b commit 1bb7c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/formatter/shortcut.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ func (lk *LogKeyboard) KeyboardClose() {
273273

274274
func (lk *LogKeyboard) HandleKeyEvents(event keyboard.KeyEvent, ctx context.Context, project *types.Project, options api.UpOptions) {
275275
switch kRune := event.Rune; kRune {
276-
case 'V':
276+
case 'v':
277277
lk.openDockerDesktop(project)
278-
case 'W':
278+
case 'w':
279279
lk.metrics.ActivateWatch = true
280280
lk.StartWatch(ctx, project, options)
281281
}

0 commit comments

Comments
 (0)