Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Browser Keystroke GUI

A lightweight, high-performance on-screen keyboard overlay utility designed for web browsers. It provides real-time visual feedback of your movement inputs by rendering a classic, compact T-shaped directional pad in the bottom-right corner of the webpage.

Description

The interface features individual, minimalist black boxes housing clean directional arrow symbols (↑, ←, ↓, →). It is engineered to monitor both standard Arrow keys and WASD layouts. Upon detection of a valid keypress, the corresponding element instantaneously transitions from a muted, dark profile to a vibrant, neon blue glow with dynamic scaling effects, offering clear and immediate verification of keyboard tracking. Crafted in pure JavaScript, it can be executed on-the-fly via the browser's developer console on virtually any webpage.

Features

  • Dual Layout Support: Maps both WASD and Arrow Keys seamlessly.
  • Sleek Visual Design: Features a 55px minimalist dark theme with a modern neon blue glow effect when active.
  • Zero Dependencies: Pure vanilla JavaScript; requires no extensions or installations.
  • Instant Removal: Automatically cleans up older instances if you run the script multiple times on the same page.
  • Click-Through Setup: Engineered with pointer-events: none so it never blocks clicks on the actual website underneath it.

How to Use

To use this GUI on any website or browser game:

  1. Copy the full JavaScript code from the keystrokes.js file in this repository.
  2. Navigate to the website where you want to display the keystrokes.
  3. Open your browser's Developer Tools by right-clicking anywhere and selecting Inspect, or by pressing F12 (Cmd + Option + I on Mac).
  4. Click on the Console tab.
  5. Paste the copied code into the console prompt line and press Enter.
  6. Click back onto the webpage/game screen to ensure the window has focus, and start pressing your keys!

License

This project is open-source and available under the MIT License.

About

This Keystroke GUI is a lightweight, on-screen overlay utility designed for web browsers. It provides real-time visual feedback of user inputs by rendering a classic, compact T-shaped directional pad in the bottom-right corner of the viewport.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages