mindly.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mindly.Social is an English speaking, friendly Mastodon instance created for people who want to use their brains and their hearts to make social networking more social. 🧠💖

Administered by:

Server stats:

1.2K
active users

Ahahahahaha this is funny, one way that GPT can halucinate: "To bring up the NVDA menu, you can use JavaScript to trigger it. Here's a code snippet that demonstrates how to do this:" ```// Get a reference to the NVDA controller element
const nvdaController = document.querySelector('-controller');
function openNVDAContextMenu() {
const event = new MouseEvent('click', {
bubbles: true,
cancelable: true,
view: window,
});
nvdaController.dispatchEvent(event);
}``` yeah right!

Tamas G

To be fair, we can give GPT 4 this as the correct answer. That was GPT3.5 from before. "To bring up the NVDA menu, you can press the `NVDA` key + `N`. The `NVDA` key is usually either the `Insert` key or the `Caps Lock` key, depending on your settings. Once the menu is open, you can navigate through it using your arrow keys.
If you're looking to customize the key that acts as the `NVDA` key or explore more shortcuts, you can usually do that from the Preferences or Settings within the NVDA menu."