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('#nvda-controller');
function openNVDAContextMenu() {
const event = new MouseEvent('click', {
bubbles: true,
cancelable: true,
view: window,
});
nvdaController.dispatchEvent(event);
}``` yeah right!
Conversation
Notices
-
Embed this notice
Tamas G (tamasg@mindly.social)'s status on Tuesday, 31-Oct-2023 04:33:38 JST Tamas G - GreenSkyOverMe (Monika) repeated this.
-
Embed this notice
Tamas G (tamasg@mindly.social)'s status on Tuesday, 31-Oct-2023 04:34:04 JST 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."