Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
floatid
/
InputBot
Public
forked from
obv-mikhail/InputBot
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
InputBot
src
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 7, 2024
Added x1 and x2 buttons
KalevGonvick
committed
6db31d4
View commit details
Copy full SHA for 6db31d4
View code at this point
Browse repository at this point
Commits on Jun 18, 2024
Fix nonexhaustive match in linux
Show description for 06b390b
masonk
authored
06b390b
View commit details
Copy full SHA for 06b390b
View code at this point
Browse repository at this point
Commits on Mar 26, 2024
Add option to scroll less than a mouse wheel click in MouseWheel implementations.
MathiasBrannstrom
committed
0d0bd9a
View commit details
Copy full SHA for 0d0bd9a
View code at this point
Browse repository at this point
Commits on Feb 20, 2024
feat: implement released keys for windows
viniciusth
committed
7b44f3b
View commit details
Copy full SHA for 7b44f3b
View code at this point
Browse repository at this point
Commits on Dec 28, 2023
Switch to oncelock, test OtherKey and OtherButton regexes
masonk
committed
72c26a5
View commit details
Copy full SHA for 72c26a5
View code at this point
Browse repository at this point
Commits on Dec 27, 2023
unit tests for serde feature
masonk
committed
3c8fa5d
View commit details
Copy full SHA for 3c8fa5d
View code at this point
Browse repository at this point
special case windows and command keys
masonk
committed
b8ebc78
View commit details
Copy full SHA for b8ebc78
View code at this point
Browse repository at this point
Merge branch 'develop' of github.com:masonk/InputBot into develop
masonk
committed
20fb060
View commit details
Copy full SHA for 20fb060
View code at this point
Browse repository at this point
serde feature
masonk
committed
8a2a4a0
View commit details
Copy full SHA for 8a2a4a0
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Merge pull request #92 from alexmadeathing/explicit-exit
Show description for 86e935a
obv-mikhail
authored
86e935a
View commit details
Copy full SHA for 86e935a
View code at this point
Browse repository at this point
MouseButton::{MousewheelDown,MousewheelUp}
masonk
committed
b5afa13
View commit details
Copy full SHA for b5afa13
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
Enable `stop_handling_input_events` on both platforms and further homogenise behaviour
alexmadeathing
committed
71cd597
View commit details
Copy full SHA for 71cd597
View code at this point
Browse repository at this point
Commits on Nov 18, 2023
Allow windows event loop to end in the same manner as linux
alexmadeathing
committed
018aed3
View commit details
Copy full SHA for 018aed3
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
fix linux build issues, and drop init_device
Juliette Cordor
committed
a91d39d
View commit details
Copy full SHA for a91d39d
View code at this point
Browse repository at this point
Commits on Sep 18, 2023
Upgrade Deps ⭐
Show description for e8f4938
NiiightmareXD
committed
e8f4938
View commit details
Copy full SHA for e8f4938
View code at this point
Browse repository at this point
Commits on Aug 27, 2023
use windows crate rather than winapi
Juliette Cordor
committed
d05f09a
View commit details
Copy full SHA for d05f09a
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
requested changes
Redhawk18
committed
7b3c399
View commit details
Copy full SHA for 7b3c399
View code at this point
Browse repository at this point
enum didn't get renamed
Redhawk18
committed
ac7bf2c
View commit details
Copy full SHA for ac7bf2c
View code at this point
Browse repository at this point
Commits on Aug 23, 2023
static lifetime prevents use in threads or other parts of a program
Redhawk18
committed
690b7d0
View commit details
Copy full SHA for 690b7d0
View code at this point
Browse repository at this point
fixed 3 clippy warnings
Redhawk18
committed
65dadab
View commit details
Copy full SHA for 65dadab
View code at this point
Browse repository at this point
added `stop_handling_input_events` #80
Redhawk18
committed
78ef6e1
View commit details
Copy full SHA for 78ef6e1
View code at this point
Browse repository at this point
clippy
Redhawk18
committed
b59aa74
View commit details
Copy full SHA for b59aa74
View code at this point
Browse repository at this point
mousebutton display
Redhawk18
committed
4f87593
View commit details
Copy full SHA for 4f87593
View code at this point
Browse repository at this point
keyboardkey display
Redhawk18
committed
be6e342
View commit details
Copy full SHA for be6e342
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
fix: formatting and lints
obv-mikhail
committed
25e86c9
View commit details
Copy full SHA for 25e86c9
View code at this point
Browse repository at this point
Commits on Feb 12, 2023
Fixed the handling of Alt keys.
im1x
committed
45e0676
View commit details
Copy full SHA for 45e0676
View code at this point
Browse repository at this point
Commits on Oct 29, 2022
Convert winapi transmute to internal union handling
SonicZentropy
committed
e7944ea
View commit details
Copy full SHA for e7944ea
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
Merge pull request #66 from virtual-puppet-project/feature/add-more-keys
Show description for c391001
obv-mikhail
authored
c391001
View commit details
Copy full SHA for c391001
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
add modifier keys and some media keys
you-win
committed
a0ce666
View commit details
Copy full SHA for a0ce666
View code at this point
Browse repository at this point
Commits on Oct 3, 2022
change MouseButton::bind_all to match the constraints of KeybdKey::bind_all
you-win
committed
bcda453
View commit details
Copy full SHA for bcda453
View code at this point
Browse repository at this point
Commits on Jul 21, 2022
Shrink unsafe block
cactter
committed
d4615f4
View commit details
Copy full SHA for d4615f4
View code at this point
Browse repository at this point
Commits on May 29, 2022
Make callback of KeybdKey::bind_all Clone instead of Copy
kotatsuyaki
committed
9e17f6d
View commit details
Copy full SHA for 9e17f6d
View code at this point
Browse repository at this point
Commits on Apr 23, 2022
Commenting
robertwayne
committed
e5abb0d
View commit details
Copy full SHA for e5abb0d
View code at this point
Browse repository at this point
Link Windows Virtual Key Codes in comment
robertwayne
committed
8d40888
View commit details
Copy full SHA for 8d40888
View code at this point
Browse repository at this point
General library cleanup
Show description for 2deea31
robertwayne
committed
2deea31
View commit details
Copy full SHA for 2deea31
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.