TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Shortcut for Commands

2 点作者 hmontazeri大约 2 年前
Hi all,<p>I&#x27;m wondering what you all prefer as a command shortcut inside an app.<p>There are now multiple so-called standards. Let me explain.<p>Note: I&#x27;m a Mac user, so I&#x27;ll use CMD instead of STRG.<p>In GitHub, it&#x27;s the &#x2F; to start commands palette.<p>In most docs, it&#x27;s CMD+K (almost always for search)<p>Other apps like VSCode use CMD+P to the same.<p>So now the questions, what do you prefer and why? Background: I&#x27;m building a new tool that addresses devs and am curious.<p>Thanks for the feedback &lt;3

3 条评论

tornadofart大约 2 年前
Depends... for search, cmd + K, cmd + P come to mind, sure, but: In the MS office world, search is cmd + F.<p>My point is: I would think about my app and research which apps are most used together with mine. A disassembly tool will be used most likely together with an IDE, for example. A BI tool will be used together with MS Excel. Then I would use a shortcut scheme that is similar, to ensure a seamless work experience when switching between apps.<p>Bonus points if you can configure multiple shortcut schemes (&quot;office style&quot; vs &quot;vs code style&quot; for example).
评论 #35515636 未加载
gorkemcetin大约 2 年前
I keep a list on <a href="https:&#x2F;&#x2F;www.commandpalette.org" rel="nofollow">https:&#x2F;&#x2F;www.commandpalette.org</a> - you can have an understanding of the distribution of the command palettes &lt;&gt; corresponding shortcuts there. Let me know if I am missing any apps - there should be more I haven&#x27;t included yet.
评论 #35515628 未加载
cjstarts大约 2 年前
Depends on the command.<p>For `Command Prompt` inside your app, you can use `&#x2F;`.<p>Refer to stripe dashboard for the same.