All Projects → benbuck → Rbtray

benbuck / Rbtray

Licence: gpl-2.0
A fork of RBTray from http://sourceforge.net/p/rbtray/code/.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Rbtray

Repeat
Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.
Stars: ✭ 763 (+109.04%)
Mutual labels:  hotkey, keyboard, mouse
creviceapp
Multi purpose utility which supports gestures with mouse and keyboard.
Stars: ✭ 22 (-93.97%)
Mutual labels:  hook, keyboard, mouse
LowLevelInput.Net
A thread safe and event driven LowLevelMouse and LowLevelKeyboard Hook
Stars: ✭ 32 (-91.23%)
Mutual labels:  hook, keyboard, mouse
Silence
A simple, clean macro recorder written in C#. Windows 10 compatible.
Stars: ✭ 29 (-92.05%)
Mutual labels:  hook, keyboard, mouse
hotscript
HotScript - Revolutionizing how Windows works.
Stars: ✭ 29 (-92.05%)
Mutual labels:  keyboard, mouse, hotkey
Neatinput
A .NET standard project which aims to make keyboard and mouse input monitoring easy on Windows and eventually Linux.
Stars: ✭ 89 (-75.62%)
Mutual labels:  hook, keyboard, mouse
Ayase
🥥 Control everything by keyboard. Built for hackers and the blind.
Stars: ✭ 53 (-85.48%)
Mutual labels:  keyboard, mouse
gotomation
No description or website provided.
Stars: ✭ 18 (-95.07%)
Mutual labels:  keyboard, mouse
KeyLy
A powerfull and awesome Keylogger(Your keyboard and your mouse) realy helpfull for hackers! :-P (C/C++)
Stars: ✭ 17 (-95.34%)
Mutual labels:  keyboard, mouse
YetAnotherKeyDisplayer
The application for displaying pressed keys of the keyboard
Stars: ✭ 88 (-75.89%)
Mutual labels:  keyboard, mouse
openinput
Open source firmware for input devices
Stars: ✭ 43 (-88.22%)
Mutual labels:  keyboard, mouse
SerialProxy
🖱️⌨️ Arduino Input Proxying for PC (.NET Core)
Stars: ✭ 39 (-89.32%)
Mutual labels:  keyboard, mouse
rasp vusb
This repo explains how to turn your Raspberry Pi Zero into USB Keyboard and Mouse. Also provides sample code and binaries to control them.
Stars: ✭ 85 (-76.71%)
Mutual labels:  keyboard, mouse
hotkey
⌨️ cross-platform hotkey package
Stars: ✭ 82 (-77.53%)
Mutual labels:  keyboard, hotkey
uchroma
An advanced driver for Razer Chroma hardware in Linux
Stars: ✭ 45 (-87.67%)
Mutual labels:  keyboard, mouse
habits
An application to monitor your habits with your PC. So you can study how many kilometers travel with your mouse or how many keystrokes.
Stars: ✭ 19 (-94.79%)
Mutual labels:  keyboard, mouse
input-remapper
🎮 An easy to use tool to change the mapping of your input device buttons.
Stars: ✭ 1,142 (+212.88%)
Mutual labels:  keyboard, mouse
input-event
🎹 Read and parse input device(like mouse, keyboard, joystick and IR-Remote)'s event data.
Stars: ✭ 45 (-87.67%)
Mutual labels:  keyboard, mouse
MouseInjectDetection
Simple method of checking whether or not mouse movement or buttons (<windows 10) are injected
Stars: ✭ 29 (-92.05%)
Mutual labels:  hook, mouse
snake
A stylised graphical tool for configuring and controlling Razer devices on Linux
Stars: ✭ 52 (-85.75%)
Mutual labels:  keyboard, mouse

RBTray

RBTray is a small Windows program that runs in the background and allows almost any window to be minimized to the system tray by:

  • Right-Clicking its minimize button
  • Shift-Right-Clicking on its title bar
  • Using the Windows-Alt-Down hotkey

Note that not all of these methods will work for every window, so please use whichever one works for your needs.

Downloading / Installing

Please download the zip file for either the 64 bit (x64) binaries or 32 (x86) bit binaries (depending on your Windows version) from the Releases page. If you aren't sure which one to use, probably you should use the x64 one. It's recommended that you use the latest version.

Extract the contents of the zip file to a folder, for example "C:\Program Files\RBTray". From that folder, double click RBTray.exe to start it. If you want it to automatically start after you reboot, create a shortcut to RBTray.exe in your Start menu's Startup group.

If you want it to automatically start after you reboot, create a shortcut to RBTray.exe in your Start menu's Startup group, which is located at "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup", or by pressing "WIN + R" then typing shell:Startup.

Using

To minimize a program to the system tray, you can use any of these methods:

  • Right-click with the mouse on the program's minimize button.
  • Hold the Shift key while Right-clicking on the program's title bar.
  • Pressing Windows-Alt-Down on the keyboard (all at the same time).

This should create an icon for the window in the system tray. To restore the program's window, single-click the program's icon in the tray. Alternatively, you can Right-click on the tray icon which should bring up a popup menu, then select Restore Window.

In some cases the first two methods cause problems with other software because of they way they integrate into Windows using a hook to intercept mouse events. In this case, you can use the --no-hook option, which means that only the last method of using a hotkey will work. Also the RBHook.dll isn't needed since it only exists to support the mouse event hook.

Exiting

Right click on any tray icon created by RBTray and click Exit RBTray in the popup menu, or run RBTray.exe with the --exit parameter.

Credits

For original version, please see the RBTray SourceForge project page.

Nikolay Redko: [http://rbtray.sourceforge.net/], [https://github.com/nredko]

J.D. Purcell: [http://www.moitah.net/], [https://github.com/jdpurcell]

Benbuck Nason: [https://github.com/benbuck]

Legal

RBTray is free, open source, and is distributed under the terms of the GNU General Public Licence.

Copyright © 1998-2011 Nikolay Redko, J.D. Purcell

Copyright © 2015 Benbuck Nason

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].