Need help choosing a computer

By Samanthia, 10 April, 2026

Forum
Assistive Technology

Hi Everyone,
I wasn't sure where to put this since it stradles the line between Mac and Windows. I posted on Reddit, but I wanted to ask here as well since this community is always so helpful.
I need a new laptop, but I am so unsure about what to get. I would welcome all info or opinions to help me decide.
First, I'll tell you what kinds of things I'll be doing with it. I will mostly be doing email, writing/journaling, web browsing, and converting old home movies to digital mp4s. I will also be doing Bible study, although I have not been able to find a Bible study program on either Mac or Windows that is accessible, so let me know if you're aware of one.
I have used a Mac before, about 10 years ago to complete my Masters degree. I really liked it, but I did have some usable vision at that time, so I was using Zoom in conjunction with VoiceOver. I have lost all of my vision since then, and I have used my Mac much less since then, but still enough to be familiar with VoiceOver. I have been using a Windows PC with mostly JAWS and occasionally NVDA at work for the past 9 years, and I'm really comfortable with it. I do prefer web browsing and word processing on Windows with JAWS more than on Mac with VoiceOver. However, I like the Mac operating system and hardware much better than Windows. I also love the continuity with my iPhone which I use for so, so much. I'm pretty much doing something or other on it all day, no exaggeration, so having more of the same apps on the computer that will sync with my iPhone is a big draw toward the Mac.
So, do I get a Mac or a PC? I would love to be able to get a Mac and run a virtual Windows machine on it so I could have the best of both worlds, but I've never done anything like that before, so I'm nervous about how complicated and buggy it might be.
I also don't know how much RAM I should get if I went the Mac/virtual Windows machine route. I want to have enough to run both systems well, but I don't want to have to buy a $1,500 computer.
If I went with a PC, I have no idea which processor I should get or which model of laptop. There are just so many choices to wade through.
I hope you can understand my dilemma , and I really, really hope someone can help me figure this out!

Options

Comments

By Samanthia on Saturday, April 25, 2026 - 18:29

Thanks! I had seen the DeBloat scripts from GitHub mentioned in a couple YouTube videos, but it's good to hear from an actual real world person that they're worth using. I might just do it manually anyway cause I'm a control freak, but still good to know.

By Samanthia on Sunday, April 26, 2026 - 03:17

OK, so I've been fighting with this computer all day. I didn't realize how much I used the right control key, and there isn't one on this laptop. Instead, it was replaced with the CoPilot key. I kept activating it when i was intending to hit control. I tried several options to remap it. I tried a GitHub download called NoCoPilotKey, but it somehow interfered with the key hooks in a way that kept stealing capslock from NVDA, so I had to get rid of that one. I tried Power Toys, but it kept telling me that it couldn't activate the shorcut I was trying to do. I finally got it working, at least most of the time, with AutoHotKeys. There are certain screens where it's still activating CoPilot though. it does it in any of the NVDA screens and in a lot of dialogue boxes.
Has anyone else run into this issue? If so, did you remap the key, and how?
I'm afraid that if I can't get this working really consistently everywhere, I may have to return this laptop. that would really suck to have to return it because of that one key.
I appreciate any help.

By Maldalain on Sunday, April 26, 2026 - 04:22

Unfortunately Microsoft now requires each manufacturer to have a Copilot key on the keyboard to be advertised as AI-Capable PC. An option is to remap the right alt key to right control key.
There is an NVDA ad-on that can remap the Copilot to work as Application key, yet for a reason I do not know this does not work in browsers. It works everywhere just fine except on the web.

By Brian on Sunday, April 26, 2026 - 04:43

This may, or may not work for you. On my particular laptop, The, "CoPilot key", is the Windows key + C. If I go into settings (Windows key + I) and type copilot in the search field, and then press down arrow, I get option that will allow me to jump to a particular screen within settings that will allow me to change the copilot key to do something else. So far I believe the options are copilot, search, or nothing.
So, try doing the above, and see if you get an option to change or remap that key through settings.

HTH.

By Samanthia on Sunday, April 26, 2026 - 04:54

For me, the CoPilot key is actually running a shortcut which is: Win+left shift+F23. I can remap it in settings to either search, CoPilot, or to open a list of specific apps that I guess they have preapproved. Unfortunately, none of that is what I want it to do. i want my right control key back.
@Maldalain, are you saying that any newer computer I got would have this key instead of right control? that is crazy, if so!
This is the kind of detail that drives me crazy as a blind person. This sort of thing is never listed in any description of the product, and there is no good way to find out except by having a sighted person look at it. Even then, my sister looked at this keyboard and assumed this key was the applications key. that still would have ended up being an issue for me and my muscle memory, but it wouldn't have been as bad as CoPilot.

By Maldalain on Sunday, April 26, 2026 - 05:05

I am not familiar with any laptop that's advertised as AI-Capable PC that does not have the Copilot key. Even Thinkpads with their conservative design language have that Copilot key.
Trust me, it is a matter of time, you will get used to it. You got a decent machine with decent specs, enjoy it to the most.

By Samanthia on Sunday, April 26, 2026 - 05:14

Well... I refuse to let Microsoft dictate to me! As I said, I did manage to remap it to the right control key in most situations. If anyone else is struggling with this and wants the exact steps and the code to do it, let me know and I'll be happy to post it here.

By Maldalain on Sunday, April 26, 2026 - 05:28

How to do it? Tomorrow I will be receiving a friend's laptop and want to set up things for her.

By Samanthia on Sunday, April 26, 2026 - 12:16

Full disclosure. I used Gemini to help me write this.
1. Download and install AutoHotkey from autohotkey.com.
2. Right-click your desktop, select New > AutoHotkey Script. Paste the code block below into the file.
Note: I did this by opening the AutoHotkey program and selecting new script. You will be taken to a screen with an edit box to name your script, a browse button, then options for either "Empty; Desc: Clean slate 1 of 2" or "Minimal for v2; Desc: Just #Requires v2.0 2 of 2".
I chose the first one, which drops you into a choice of programs to use. i chose NotePad.
that choice dumps you into an empty NotePad document, where you will paste the script and then save it.
3. Then go to the AutoHotkey folder in your file explorer and hit enter on the name of the file you just created.
There should now be an icon in your system tray, the one you get to with NVDA+B. It may be in the hidden icons. If it's there, the script is running.  
Here's the script:
#Requires AutoHotkey v2.0

; Remap Copilot to Right Control
*<+<#f23::
{
Send("{Blind}{LShift up}{LWin up}{RControl down}")
}

*<+<#f23 up::
{
Send("{RControl up}")
}

And here's a description of why it works for anyone who's interested:
Since we already know background apps like NoCopilotKey crash NVDA, and SharpKeys leaves "ghost" modifiers, the only way to get a clean Control key for NVDA is a specific AutoHotkey script.
This script is designed to "strip" the Windows and Shift keys away the millisecond you touch the Copilot key, leaving only a pure Control signal for NVDA.
Why this works for NVDA:
1. #InstallKeybdHook : This is the most important line. it tells AutoHotkey to share the keyboard "queue" with NVDA instead of fighting it.
2. {LShift up}{LWin up} : This manually "lifts" the ghost keys. When you hold the Copilot key, NVDA will only "hear" the Control key being held down.
3. {Blind} : This ensures that if you are already holding another key (like a letter), the remap doesn't "blink" and lose that key.

By Maldalain on Sunday, April 26, 2026 - 12:22

How are you finding your Asus? Any complaints aside from the Copilot key?

By Samanthia on Sunday, April 26, 2026 - 12:30

I haven't been doing anything crazy with it yet, so I haven't put it through it's paces or anything. I do like the feeling of the keyboard, though it is a little louder than I would have liked, butt I also tend to hit the keys pretty hard, so there is that.
The other things that are aggravating me a little right now, I think are more NVDA things than issues with the computer itself. I'm just so used to JAWS. There are some ways that nVDA does things that I don't like, but it may be just what I'm used to. I will probably end up getting JAWS as well just so I can have the old familiar back, and I will be able to tell if it is a computer or software issue or if it is a screen reader thing that is bothering me.
I will also say that I thought I wouldn't care at all about having a touch screen, but it did help me out of a keyboard trap during the setup process. I am not super familiar with using Narrator, so someone who is may have been able to get out of it with a trick I'm not aware of, but the touch screen did keep me from having to get sighted assistance.
Any other specific questions, I'll be happy to answer.

By Maldalain on Sunday, April 26, 2026 - 13:15

I know it is too early to estimate battery life, but generally what are you getting of runtimes? and how're the thermals?

By Samanthia on Sunday, April 26, 2026 - 18:36

I looked at the battery usage. Ihad it plugged in a bunch yesterday, but for the time I had it unplugged, it looks like I was losing about 10% of the battery every hour. I was downloading a bunch of programs and using Google Gemini a lot during that period. It also looks like the battery drained about 2% while it was sleeping overnight for about 6 hours.
As for the thermals, it was definitley getting warm and running the fan while I was downloading all of those programs. the keyboard never really got noticeably hot, but the underneath kind of did. I had it on my lap covered with a blanket, and it was fine to use, but I bet it wouldn't have been on bare skin. The fans weren't too loud though. they were nowhere near how loud my Dell Latitude at work is. that one sounds like an airplane is taking off, lol.
today, while I've just been browsing the internet and checking email, the fan hasn't come on at all and it has stayed cool, again using it on my lap covered by a blanket.
Hope that answers your questions.

By Samanthia on Sunday, April 26, 2026 - 18:40

Thanks again for your help. the first link you gave sounds like exactly what I'm currently doing. I didn't check the code to see how similar it was, but I might try that version to see if it works better than what Gemini gave me.
I'm pretty sure that the second link you just gave is the one I tried previously. it was causing some kind of issue where it was stealing some kind of key hook from NVDA, which was causing NVDA to lose it's hold on the capslock key. Meaning that capslock was no longer functioning as the NVDA key until I restarted NVDA. this happened every time I was hitting the windows key, I guess because it's a part of the CoPilot shortcut that script was trying to change. I don't claim to really understand this stuff. That's just what I took away from what Gemini said when I described the problem I was having.

By Brian on Sunday, April 26, 2026 - 21:52

So far the most surefire way I have read about or listened to, involved Microsoft PowerToys. Sadly, PowerToys is not exactly blind user friendly.
Still, it is the one app I have found that truly lets you rebind the CoPilot key back into right CTRL.

Honestly I have no idea what Microsoft was thinking with removing the right CTRL key. I'd rather remove the right ALT key.
Or...

MS could have just left it alone with the Windows key + C, like it is on my HP laptop. I currently have it setup to open Chat GPT, however, as I do not really use CoPilot. 🤷

By Samanthia on Sunday, April 26, 2026 - 22:02

Actually, I tried doing it with PowerToys. I was able to navigate it with a screen reader pretty well, but I kept getting an errror message that it couldn't remap the shortcut. No explanation. It just said it couldn't do it. I'll have to look around and see what I can find about that. Maybe I'll try that method again if I can figure out why I was getting that error.
I know exactly what they were thinking. They were trying to get people in the habit of defaulting to using CoPilot because it would just be a keystroke away at all times. Obviously, I disagree with their implimentation of it. They weren't thinking of what their customers needed.
I wouldn't want to give up my right alt key either though. I need my modifiers, so just keep your grubby hands off them Microsoft! Lol.

By Maldalain on Tuesday, April 28, 2026 - 17:17

So a friend got her Asus laptop today. One thing I see is that if you press FN+Left Control this will bring up the shortcuts menu (context menu). First you need to press the FN then while you're holding the FN press left CTRL.
I don't like it generally, because sometimes you need to press CTRL+FN+Arrows to navigate through text and this would activate the context menu instead.
Do you have the same thing on your Asus?

By Brian on Tuesday, April 28, 2026 - 17:49

hi,

While I do not have anything assigned to FN key plus left control, nor right control for that matter. I do have FN plus right shift, which is the Paws command. If I hold FN plus left control plus right shift, I get the brake command.
I have said this in another post, but these commands are excellent when you are working within command line interfaces, and are designed to stop continuously running programs, such as ping.

HTH.

By Samanthia on Tuesday, April 28, 2026 - 18:21

Huh, I hadn't even realized that. Yes, mine does do that. I also have the function+left arrow for home and function+right arrow for end. I use control+home or control+end quite a bit, so I was actually happy to see that this was the shortcut rather than having to reach up to the function row for home and end. That combination works as intended as long as you hit the control key first, so you hit control+function+left arrow to go to the top of the page. Have your friend try it, making sure that the first key pressed is control.

By Voracious P. Brain on Tuesday, April 28, 2026 - 18:38

Paperback works fine on the Surface. The only software I've had any issue at all with is the 64-bit version of Notepad++. Although NVDA doesn't lag at all on the Surface, it fails to grab window content once in a awhile and I have to toggle away and back. It also kills the battery life because of the need to translate every single instruction from x64 (actually, x32 in NVA's case) to ARM. Look it up, and the ARM-based Surface Laptop 7 battery life is widely panned. There are other glitches in Word I blame on ARM, because they don't happen on my AMD desktop. My assessment is that UI Automation (Microsoft's accessibility model) is buggy on ARM.
I can't use my old flatbed scanner or my DAC on the Surface (or any ARM laptop). It freezes for several seconds at a time, possibly when my palm rests on the touch pad, even though I've disabled it. Or, it's just freezing. If I leave it unplugged overnight, sometimes it takes forever to come out of sleep: and I mean forever, as in, I wait ten minutes and then give up with a hard reboot. When I wake the computer, the first key combo I hit goes through before NvDA comes back online, so I'll find myself in overtype mode and/or the letter "t" (for title bar) inserted in the document. I've said it before: you can buy a computer in spite of ARM, but bad idea to buy one because of it.
And, to beat my dead horse yet again, the Surface's Fn key is a terrible implementation: too easily hit by accident, and then hitting a function key combo activates mute or brightness or whatever, and selection shortcuts likewise mess up the document. For the latter, I've resorted to dropping some Python code into the NvDA developer scratchpad that intercepts any key combo with the Copilot key when Fn Lock has silently been turned off and that key is no longer the right control key, which I mapped it to using Sharpkeys. See my old review forum post if you're thinking about this model.
I frequently get buyer's remorse for all the reasons above, but who knows if the Yoga that was my runner up would have been any smoother. Keyboard and sound on the Surface are unparalleled on Mac or PC--which, after all, is what I interact with most. And, the fan has never come on. The Intel-based Surface might be the ideal laptop.
Prices for the upcoming Surface models are set to go way up. Like everything else with chips in them.

By Brian on Tuesday, April 28, 2026 - 19:35

Hi,

I posted this on another thread, but there is an NVDA ad on that might work for you, though I do not know if it is supported with ARM. It's called WINWIZARD. It is really good at capturing Foreground app windows, as well as a host of other nifty functions. Find it on the NVDA add on store. 😊