✅ NEW PRODUCTS
🚚 Shipping from 12 USD
💰 DEALS OF THE DAY

Q-Type

About Q-Type

Q-Type transforms your Quantum into a stealthy Bluetooth keyboard, allowing you to send key presses – numbers, operators, even full equations – directly to a connected phone, tablet, or computer.

You can secretly type into a notes app, trigger inputs in your favorite magic apps, or even have the spectator hold their own phone while you make the impossible happen.

Perfect for remote peeks, subtle input, or bold reveals, Q-Type opens up a whole new layer of interaction between Quantum and other magic app.

On this page, you’ll find the full MagiScript code for Q-Type. Feel free to use it as-is or adapt it to suit your own creative routines.

				
					function main() {
}

function onEvent(event) {
    if (event.type !== 'press' || event.source !== 'quantum:button') {
        return;
    }
    const key = event.value;
    if (key === 'del') {
        keyboard.tap('backspace');
        return;
    }
    if (key === 'c') {
        keyboard.tap('enter');
        return;
    }
    keyboard.type(event.value);
}


				
			

Devices & MagiScript

⚛️ Atom Remote

🔢 Quantum Calculator

🤹‍♂️ MagiScript Language

🤹‍♂️ MagiScript Examples

🤹‍♂️ MagiScript Tutorials

General

📃 Examples

Atom

📃 Atom Time

🎞️ Time Practice

📃 Atom Pi (Pi Revelations)

📃 Atom Drum

🎞️ Atom Stack

📃 Atom Square

📃 Atom Level

📃 Atom THMPR

📃 Poker Hands

📃 Keyboard Numeric

📃 Keyboard NOKIA

📃 Keyboard Cursor

📃 Keyboard Media

📃 Keyboard Custom

Quantum

🎞 Q-Force

🎞 Q-Mirror

🎞 Q-Type

🎞 Q-Sequence