AlomWare Toolbox Forum

General Category => Tips and Tricks => Topic started by: Paul (Lead Developer) on August 31, 2026, 10:40:45 PM

Title: [Tip] Create a QR code from a website URL
Post by: Paul (Lead Developer) on August 31, 2026, 10:40:45 PM
With AlomWare Toolbox, you can easily create a QR code from any website URL. You just use the "Image: Assign" step in the format "qr=URL". Here's an action that does it from a screenshot of AlomWare Toolbox's "Automation" tab:

(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 Image: Assign "qr=https://www.alomware.com/images/tab-automation.png"
0002 Image: Show at desktop position "numpad5"
(End)

Running this action results in the QR code being displayed in the center of the desktop. Try scanning it with your phone! :)

(https://www.alomware.com/images/forum/create-qr-code.png)

Here's an action that you can set to a hotkey that grabs the URL from the active web browser and creates a QR code for it:

(Start)
HOW TO USE: Copy from Start to End, and then paste into an action.
REFERENCE : See an example of pasting at alomware.com/paste.png
0001 String: Assign URL from active browser ""
0002 String: Insert text "1,qr="
0003 Image: Assign "string$"
0004 Image: Show at desktop position "numpad5"
(End)

Tip: You're not restricted to just website URLs; you can actually create a QR code for any text (but not "War and Peace"!). :) Just remember to prefix the text with "qr=" and you're all set.
Title: Re: [Tip] Create a QR code from a website URL
Post by: GCRedditor136 on September 06, 2026, 04:10:54 PM
How do I use this with any text (like you said)? It seems to only accept websites.
Title: Re: [Tip] Create a QR code from a website URL
Post by: Paul (Lead Developer) on September 06, 2026, 05:45:16 PM
Sorry, I forgot to enable that. :-[ The next release (v9.0.0.1 tomorrow) will allow text of up to 2048 characters (2 KB) to be converted into a QR code.