I'd recommend you (a hacky solution) to bind menu to Winkey+Alt for example. Now if you want to open the menu, you just have to push in the middle of those two buttons so that both of them get pressed. Works great, just may take some time getting used to it.
I would be happy if Chrome, Edge, and Waterfox were simply not on that list of programs in the Open with menu, and I assume this would free up enough room for PDF SAM to graduate to the main list, but only Waterfox shows in the OpenWithList in the registry, and removing it does not appear to make any difference.
Then I opened the registry to HKCR.pdf\OpenWithProgids and removed the Waterfox entry from there, and this indeed removed Waterfox from the Open with list, but it did not add PDFSAM to that main list:
I'm not claiming that the same is happening in OP's case, as several elements of the "Open with" menu seem to behave bizarrely (see e.g. also this other post Strange open with list (inconsistent with registry) mentioned by OP), but it's not excluded either.The NirSoft tools are freeware AND portable, so OP could easily & quickly give the above a try.
I had success to make a program selectable (and use default) in Open With context menu. The solution above is working well but usually users don't want to use context menu at every time instead associate to file type. As we are in a managed environment and not automatically associate anything via SCCM deployment therefore a small workaround could be:
After sequenced and in package editor I exported the manifest file and opened with App-V Manifest Editor from TMUrgent solution. In manifest editor I went to scripts/machine scripts/Add-package and set:
Using Resource Hacker I was able to add the missing VERSIONINFO metadata to the exe via a built-in Script Template. Once I ran the script and saved the exe (which automatically backs up the original) I could then both see all the new details I'd added in OpenWithView, and shotcut.exe began appearing in the Open With menu without any registry tweaks at all.
It is possible to take a screenshot when I open a menu? (e.g. clicking "file" on toolbar.) Sometimes I need to do this, but if I have a menu open and try to take a screenshot using PrtSc, it either closes the menu or won't open the screenshot program at all.
Hey so i tried out FFXI yesterday and it looks real cool, the only problem is that idk how to open the main menu. The game told me to use the "Main Menu Key" (thx game that didn't help). I pressed every key on my keyboard but nothing works.
Whatever reasons for that are, I was wondering if there's any way at all to perform actions (such as the fore-mentioned haptic feedback), once menu has actually opened (or better yet, will actually open)? I tried to search wherever I could, and came up with nothing.
This is also important because menu opens on a long taps as well, that being iOS standard actions for opening menus. And even though I could add another separate handler for long taps (to provide haptics for both cases), this doesn't seems like a proper approach at all.
Combined with the fact that sometimes menu won't open, I definitely seem to need some other solution. Anyone can share any ideas? Is there some sort of onXXXXX handler I'm missing, that would fire when menu will open?
I started replaying Red Rescue team using VBA-M (2.1.4), and I've found that I'm unable to open the menu while in dungeons. The only way I can access my inventory, moves list, or missions, is by waiting the 5-ish second timeout for it to pop up automatically.
The manual states that this function should be bound to B, which is set to Z. I do not have any problems using any other functions of the B key (in this game, or any others) but I cannot open the menu.
Just downloaded the latest version OXRT. Activated it, and started FS in VR. In VR with the Quest2 on the runway (helicopter) and I can not get the OXRT menu to open? Read the instruction for use. The menu should open with the F2 key or CTRL+F2, but it does not? Pressed ALL the F keys, with or without the CTRL key, and even tried the Alt key. The menu will not open. Help please. I will also contact OXRT support.
Tried everything. Checked Open XR is working with Oculus with RegEdit, OK. Tried safe (legacy mode). Followed many checks from troubleshooting in OXRT website. Nothing works, just not able to get the menu to appear?
Thanks. Re-mapping to other keys may do the trick. As far as I know CTRL+F2 is not assigned to anything else. I will let you know and this post as soon as I find a cure. I have tried various re-assignments of keys. Nothing works, still no menu?
After uninstalling OXRT and re-installing it. The VR menu now opens and adjust the settings. Thanks for all replies on this. I do have other VR issues but will start a new topic on this. This specific topic is now closed.
So, whenever I play Pokemon Platinum, it doesn't allow me to open the main menu so I can rearrange my pokemon, etc. I know how to save the game, but I'd like to be able to rearrange pokemon for training purposes. Any ideas?
What "main menu"? As far as I know there is only one menu, opened with the X controller button, which is the one from where you save the game (without savestates). It should just work like any other button, by being mapped to some keyboard key (default depends on the frontend I think).
I often mistakenly tap the Alt Key, because I am about to do AltO, but I instead choose to CtrlShiftP The problem is that this opens the menu on the top. Is it possible to disable this? So opening the menu would only be possible through the command palette.
Ah, my bad. I was using my Linux machine at the time, and there the menu remains hidden when you press Alt (which is actually a bit irritating because it makes distraction free mode a pain). I see that Windows actually behaves the way I would expect.
LAlt::
sendinput, LAlt down
sendinput, SC0E8 down ;this is the scan code of an unassigned key. As long as you nor the system never use it for anything else, it can be used in THIS way to cancel the menu acceleration.
;tooltip, Lalt is pressed
KeyWait, LAlt
; That line is important, so that ALT does not continuously fire as you are holding it down.
;tooltip, Lalt was released
return
In Ubuntu 18.04.1, I would like to use my left Super-key only to simply open the Show Applications menu (aka Dash) like a left click on the dock-icon (with the 9 dots) does and preferably close it again without showing me any open programs.
In Xfce, something similar was possible by adding a custom keyboard shortcut for Super L and setting the command to xfce4-popup-whiskermenu, which would open and close a menu with favourite applications. Unfortunately, I don't know the command that opens and closes the Show Applications menu.
When I right-click an image file in Windows and select "Open with...," Photoshop CS 5.5 is not listed as an option. Even when I browse for the program to open it with and select the appropriate "Photoshop.exe" file, it still will not show up in the app menu. I basically can't get a JPG into Photoshop without using "File : Open" from within Photoshop.
That was it! Under HKEY_CLASSES_ROOT\Applications\Photoshop.exe\shell\, it had "open\command" set to my old CS4 version, while "edit\command" was set to CS5.1. So, I changed the "open" value to the same path as "edit," and it's now showing up as an option.
It should have the Program ID associted with it (i.e. Photoshop.Image.12 for CS5). If not, you can change it to the correct one. I believe "Photoshop.Image.12" is the Program ID for all versions of CS5, but you can check by looking at the Values under a file that already opens correctly with Photoshop, like .PSD.
It's not there, but the Profid is set to another application (IrfanView.JPG, which is an image viewer app). The data for (Default) is "(value not set)." So, would I need to add a new Key to UserChoice for Photoshop? I'd like to still be able to open it with IrfanView by default.
I have my .jpegs open with Windows Photo Gallery (it's just faster), so I understand you wanting the IrfanView. If you look in your "OpenWithList" like you said, Photoshop should be listed for it to show up when you right click and choose "Open With". If it's not there you can add it.
Same issue here using an xbox one elite controller on a windows 10 pc and, cant access the menu or radio after pressing the radio once. i will say i am using a custom mapping because all the default one suck.
Next, in the Keyboard app, go to the Application Shortcuts tab and remove both of the xfce4-popup-whiskermenu shortcuts (both Super R and Super L).
In Zorin Settings, (gnome-control-center), there is a setting for using the Super Key for the "start" menu.
I cannot remember off hand and when Zorin OS 16 Lite was released, I was on it like a pack o' dogs on a three legged cat. So I am less able to log into gnome at the moment.
Would you be kind enough to explore Settings and locate that?
There is?
I didn't know that...That would have saved a lot of time for me because I had once disabled the shortcut for "start" menu accidentally....I left it that way for days and ended up fixing it when I had to reinstall Zorin because of a much severe problem.
Hello! I am new to blueprints and appreciate all help:) I am currently working on a menu with the setup listed under. The menu opens when you push M on the keyboard. I was wondering if there is a easy way to close the menu with the same button?...
760c119bf3