Share via

How to change brush size in Microsoft Paint without keypad

Anonymous
2024-08-06T14:05:42+00:00

The shortcut to adjust brush size by one pixel in Microsoft Paint does not function on a keyboard without a numpad, is there any way to fix it? I have no numpad, and the change brush size hotkey is [Ctrl + (numpad plus/minus)] and it does NOT work with the plus or minus on the standard keyboard. This seems like such an incredibly basic feature to implement so poorly that the majority of laptop users won't be able to access it at all. The on-screen keyboard method does not work, I am not going to navigate through 3 menus and manually click a button until the brush size is big enough every time I want to change it. I need the ability to use the hotkey.

Windows for home | Windows 10 | Input and language

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramesh Srinivasan 79,560 Reputation points Independent Advisor
    2024-08-06T15:00:52+00:00

    Hi Jacob, This is Ramesh.

    There doesn't seem to be a built-in solution for this, but you may use a custom AutoHotKey script to map (Ctrl & =) and (Ctrl & -) on your main keyboard with (Ctrl + NumpadAdd) and (Ctrl + NumpadSub), respectively, using a script.

    Let me know if you're interested in an AutoHotKey solution. The AutoHotKey script should run in the background. It consumes very little memory, though.

    2 people found this answer helpful.
    0 comments No comments