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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Windows Context Menu – Is It a Lost Cause?

70 点作者 ChiptuneIsCool大约 1 年前

10 条评论

joegibbs大约 1 年前
If it was up to me I'd make adding options to the context menu something that you can't do without specifically choosing to in the control panel. Applications could supply context options to the OS but those shouldn't be displayed without the user going in and allowing each one specifically.
评论 #39449820 未加载
nxobject大约 1 年前
As an aside, Enderman gets up to wild Windows shenanigans on his YouTube channel – things like getting Windows 11 to run on a P4, jailbreaking Windows S mode, etc. It's some fun light entertainment if you're into that sort of tinkering.
评论 #39450076 未加载
somat大约 1 年前
The first time I used the context button intentionally was when I got around to binding it as the compose key.<p>As a bit of a tangent the X11 compose system is a really great way to enter less often used characters. Here is a bit of a tutorial, note this is probably openbsd specific.<p>in ~&#x2F;.xsession bind the context key<p><pre><code> xmodmap -e &#x27;keysym Menu = Multi_key&#x27; </code></pre> in ~&#x2F;.XCompose include the locale specific compose dir(in my case this is &#x2F;usr&#x2F;X11R6&#x2F;share&#x2F;X11&#x2F;locale&#x2F;en_US.UTF-8&#x2F;Compose) and set up some of your own<p><pre><code> include &quot;%L&quot; &lt;Multi_key&gt; &lt;w&gt; &lt;e&gt; &lt;b&gt; : &quot;\xf0\x9f\x95\xb8&quot; # spiderweb </code></pre> Now hit the menu key then w then e then b and you get a nice spider web
DustinBrett大约 1 年前
NirSoft&#x27;s ShellExView &amp; ShellMenuView are good tools for tweaking that menu.
评论 #39448584 未加载
评论 #39448570 未加载
评论 #39450659 未加载
X-Cubed大约 1 年前
In regard to the limitations of the command line syntax, Raymond Chen discussed this recently: <a href="https:&#x2F;&#x2F;devblogs.microsoft.com&#x2F;oldnewthing&#x2F;20240215-00&#x2F;?p=109407" rel="nofollow">https:&#x2F;&#x2F;devblogs.microsoft.com&#x2F;oldnewthing&#x2F;20240215-00&#x2F;?p=10...</a>
pjmlp大约 1 年前
When Microsoft refactored the context menu on Windows 11, I had high hopes that the new programming model would move away from writing context menu handlers in COM&#x2F;C++, eventually using out-of-process handlers that could be implemented in .NET, any other compiled language.<p>Nope, moving away from bare bones COM is too much to ask for WinDev, and already failed multiple times (.NET&#x27;s original purpose, Longhorn, WinRT&#x2F;UWP).<p>A lost cause indeed.
arcastroe大约 1 年前
Is there any way to &quot;show more options&quot; by default on the windows 11 context menu? I often right click files to open with sublime, but that option is hidden behind &quot;show more&quot;.
celadin大约 1 年前
Great content. However, the scroll manipulation on this site is atrocious. You can&#x27;t hold down-arrow to go down - it only moves the content by a pixel every second. Insanity. End this, Enderman.
dang大约 1 年前
[stub for offtopicness]
评论 #39448226 未加载
评论 #39448228 未加载
评论 #39448589 未加载
评论 #39449657 未加载
评论 #39448400 未加载
评论 #39448290 未加载
评论 #39448508 未加载
评论 #39448122 未加载
ryukoposting大约 1 年前
Very informative. I finally divorced myself from Windows a couple months ago, but this would have been great information to have. I don&#x27;t think the criticisms of Windows are particularly well-founded. To be honest, this seems like far less of a mess than any number of other parts of Windows (Win32 API comes to mind)<p>Some notes regarding the site itself: I like the use of the Win7 icons. The angled headings are fun. It looks nice, overall. Animated backgrounds are bad, please stop using them. Also, if my mouse is sitting in the side gutters of the page, I can&#x27;t scroll with the scroll wheel - the mouse has to be in the middle of the page. That&#x27;s irritating. It seems like you&#x27;re trying to be too clever with the CSS. It&#x27;s just a blog. The cheeky CSS antics get in the way of it being a good blog.