mulaRahul / keyviz

Keyviz is a free and open-source tool to visualize your keystrokes โŒจ๏ธ and ๐Ÿ–ฑ๏ธ mouse actions in real-time.

Home Page:https://mularahul.github.io/keyviz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keyviz-2.0

Keyviz is a free and open-source software to visualise your keystrokes and mouse actions in real time! Let your audience know what handy shortcuts/keys you're pressing during screencasts, presentations, collaborations, or whenever you need it.

English | ็ฎ€ไฝ“ไธญๆ–‡

โŒจ๏ธ Keystrokes & ๐Ÿ–ฑ๏ธ Mouse Actions

Now you can visualize mouse actions! Not only mouse clicks, you can also visualize mouse actions along with keystrokes like Cmd + Click, Alt + Drag, etc.

key-visualizer

๐ŸŽจ Stylize

Don't restrain yourself to just black & white! You can customize every aspect of the visualization. The visualisation's style, size, colour (modifier and regular keys), border, icon, etc.

settings-window

Powerful and easy-to-use configuration options.

  • Filter normal keys and only display shortcuts like Cmd + K (Default)
  • Adjust the visualisation position on the screen
  • Decide how much the visualisation lingers on the screen before animating out
  • Switch between animation presets to animate your visualisation in & out

๐Ÿ“ฅ Installation

You can download the latest version of keyviz from the Github Releases page. For the installer, unzip the downloaded file, run the installer and follow the familiar steps to install keyviz.

Below are the platform specifics options and requirements -

๐ŸชŸ Windows

๐Ÿ‘œ Microsoft Store

You can download keyviz directly from the microsoft store.

๐Ÿฅ„ Scoop

scoop bucket add extras # first, add the bucket
scoop install keyviz

๐Ÿ“ฆ Winget

winget install mulaRahul.Keyviz

*.dll missing error?

If you're getting a .dll missing error after installing the application, you're missing the required Visual C++ redistributables. You can get the same from here VSC++ Redist.


๐ŸŽ MacOS

๐Ÿ”’ Permission

Keyviz requires Input Monitoring and Accessibility permissions. Enable the same in settings -

Settings > Privacy & Security > Input Monitoring/Accessibility


๐Ÿง Linux

โ— v2.x.x Requirements

sudo apt-get install libayatana-appindicator3-dev

or

sudo apt-get install appindicator3-0.1 libappindicator3-dev


๐Ÿ› ๏ธ Build Instructions

You can always further develop/build the project by yourself. First of all ensure that you've setup Flutter on your system. If not follow this guide.

After setting up flutter, clone the repository if you have git installed or download the zip and unpack the same.

mkdir keyviz
cd keyviz
git clone https://github.com/mulaRahul/keyviz.git .

Move inside the flutter project and run the build command to create an executable -

flutter build windows

๐Ÿ’– Support

As keyviz is freeware, the only way I can earn is through your generous donations. It helps free my time and work more on keyviz.

About

Keyviz is a free and open-source tool to visualize your keystrokes โŒจ๏ธ and ๐Ÿ–ฑ๏ธ mouse actions in real-time.

https://mularahul.github.io/keyviz

License:GNU General Public License v3.0


Languages

Language:Dart 84.7%Language:C++ 7.9%Language:CMake 5.8%Language:Swift 0.7%Language:C 0.4%Language:Ruby 0.4%