Skip to content

Commit 01292f9

Browse files
authored
1.9.1
1 parent 92692f3 commit 01292f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Weave/BrowserView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ struct BrowserView: View {
146146
Label("Download Page", systemImage: "square.and.arrow.down")
147147
}
148148
.help("Download page source")
149-
.keyboardShortcut("d", modifiers: [.command, .shift])
149+
.keyboardShortcut("s", modifiers: [.command])
150150
}
151151

152152
// Copy link button (cmd + shift + c)

0 commit comments

Comments
 (0)