In Windows 11, double-cliquezing the Bluetooth icône dans le zone de notification opens the menu dans le below capture d'écran. Existe-t-il un moyen de directly open this menu avec a clavier raccourci? Sinon, ensuite y a-t-il un command that fonctionne via the Run menu or a invite de commandes, which I could ensuite map to a clavier raccourci using AutoHotkey?
Ici is what J'ai essayé jusqu'à présent:
- Win+K - This a fonctionné in Windows 10, but malheureusement in Windows 11 it opens the Cast menu à la place.
- Run command `ms-settings:bluetooth` - This command opens the full Bluetooth paramètres menu à la place du quick connect menu.
- Run command `ms-settings:connecteddevices` - Same as above.
- Run command `bthprops.cpl` - Same as above.
Y a-t-il un raccourci to ouvrir the Bluetooth quick menu in Windows 11?
Re: Y a-t-il un raccourci to ouvrir the Bluetooth quick menu in Windows 11?
J'ai trouvé a way inspired by other answers on this forum and others!
J'ai créé a custom raccourci that opens the sélectionner bt périphérique dialog which is opened when using the action center
- Installer Powertoys. C'est an official package from Microsoft avec a suite of powerful tools to improve windows.
- Setup a nouveau Shortcut dans le Clavier manager plugin.
- Set a raccourci (I use `Win` + `K` as this was the command in Win10)
- Set Action: `Open URI`, Path/URI: `ms-actioncenter:controlcenter/bluetooth`
- Save
Maintenant vous pouvez ouvrez le bluetooth quicksettings using `Win` + `K`
J'ai créé a custom raccourci that opens the sélectionner bt périphérique dialog which is opened when using the action center
- Installer Powertoys. C'est an official package from Microsoft avec a suite of powerful tools to improve windows.
- Setup a nouveau Shortcut dans le Clavier manager plugin.
- Set a raccourci (I use `Win` + `K` as this was the command in Win10)
- Set Action: `Open URI`, Path/URI: `ms-actioncenter:controlcenter/bluetooth`
- Save
Maintenant vous pouvez ouvrez le bluetooth quicksettings using `Win` + `K`