You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add explicit access control to all Quick Switcher types
- Rewrite FuzzyMatcher to use unicodeScalars for proper supplementary-plane Unicode support
- Add load token to prevent stale loadItems completions from overwriting newer state
- Add stable sort tie-breaker (name) for deterministic ordering
- Remove unnecessary Task wrappers and redundant .keyboardShortcut on Open button
- Use DesignConstants for font/icon sizes in QuickSwitcherView
- Add Cmd+P to Essential Shortcuts and Cheat Sheet in docs
- Use sentence case for Quick Switcher heading in docs
Copy file name to clipboardExpand all lines: docs/features/keyboard-shortcuts.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ TablePro is keyboard-driven. Most actions have shortcuts, and most menu shortcut
17
17
| New connection |`Cmd+N`|
18
18
| Open history |`Cmd+Y`|
19
19
| Settings |`Cmd+,`|
20
+
| Quick Switcher |`Cmd+P`|
20
21
| Close window |`Cmd+W`|
21
22
| Quit |`Cmd+Q`|
22
23
@@ -264,7 +265,7 @@ Vim mode keybindings only apply in the SQL editor. They don't affect the data gr
264
265
| Export data |`Cmd+Shift+E`|
265
266
| Import data |`Cmd+Shift+I`|
266
267
267
-
## Quick Switcher
268
+
## Quick switcher
268
269
269
270
The Quick Switcher (`Cmd+P`) lets you search and jump to any table, view, database, schema, or recent query. It uses fuzzy matching, so typing `usr` finds `users`, `user_settings`, etc.
Copy file name to clipboardExpand all lines: docs/vi/features/keyboard-shortcuts.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ TablePro thiên về bàn phím. Hầu hết thao tác đều có phím tắt, v
17
17
| Kết nối mới |`Cmd+N`|
18
18
| Mở lịch sử |`Cmd+Y`|
19
19
| Cài đặt |`Cmd+,`|
20
+
| Quick Switcher |`Cmd+P`|
20
21
| Đóng cửa sổ |`Cmd+W`|
21
22
| Thoát |`Cmd+Q`|
22
23
@@ -264,7 +265,7 @@ Phím tắt Vim chỉ áp dụng trong SQL editor. Không ảnh hưởng data gr
264
265
| Export dữ liệu |`Cmd+Shift+E`|
265
266
| Import dữ liệu |`Cmd+Shift+I`|
266
267
267
-
## Quick Switcher
268
+
## Quick switcher
268
269
269
270
Quick Switcher (`Cmd+P`) cho phép tìm kiếm và chuyển nhanh đến bất kỳ bảng, view, database, schema, hoặc query gần đây. Hỗ trợ fuzzy matching, gõ `usr` sẽ tìm `users`, `user_settings`, v.v.
270
271
@@ -453,6 +454,7 @@ dd/yy/cc Xóa/Yank/Thay đổi dòng
0 commit comments