Commit Graph

435 Commits (35d8832d77df09be63ce7a41931635519cdc2522)
 

Author SHA1 Message Date
Takashi Kokubun fa25470c5f
Merge pull request #39 from k0kubun/rust
Rewrite xremap in Rust
3 years ago
Takashi Kokubun 22190b38d9
Write README.md 3 years ago
Takashi Kokubun a6be4f00bd
Add troubleshooting messages for X11 3 years ago
Takashi Kokubun 4b0e3ceb36
Implement GnomeClient primarily for Wayland 3 years ago
Takashi Kokubun 6547b4883d
Rename wm_class to application 3 years ago
Takashi Kokubun 4b251b1fce
Feature-flag WM clients 3 years ago
Takashi Kokubun ecfdcb8de5
Guard from SEGV 3 years ago
Takashi Kokubun 60e6ada024
Implement SwayClient 3 years ago
Takashi Kokubun d0bffa8c2f
Fix modifier bugs 3 years ago
Takashi Kokubun 387c29d355
Workaround FocusProxy 3 years ago
Takashi Kokubun bcc4598069
Implement conditional modmap properly 3 years ago
Takashi Kokubun 39dbc8a1fe
Support wm_class for X11 3 years ago
Takashi Kokubun 63ec6948e6
Implement chained remap 3 years ago
Takashi Kokubun c57dbee606
Implement keymap 3 years ago
Takashi Kokubun f5695d3bc2
Maintain pressed modifiers 3 years ago
Takashi Kokubun 0d5f37cae3
Implement EventHandler as a mutable struct 3 years ago
Takashi Kokubun aa3dd2efe3
Implement modmap 3 years ago
Takashi Kokubun fe696a8956
Implement event multiplexer 3 years ago
Takashi Kokubun f058c44433
Implement xremap's VirtualDevice 3 years ago
Takashi Kokubun d21a3e7650
Implement --device option 3 years ago
Takashi Kokubun 5448801473
Implement automatic device selection 3 years ago
Takashi Kokubun 6fbd45a19a
Implement listing devices 3 years ago
Takashi Kokubun 1a8b2b15d1
Implement CLI 3 years ago
Takashi Kokubun d76ab68d7c
Shorten main function 3 years ago
Takashi Kokubun ae7d2deff4
Validate extra action keys 3 years ago
Takashi Kokubun db1c9f5600
Parse remap action 3 years ago
Takashi Kokubun 689ad59163
Parse chained actions 3 years ago
Takashi Kokubun 74ee0f36da
Some abstraction for further extension 3 years ago
Takashi Kokubun 10845ed7c0
Parse KeyPress 3 years ago
Takashi Kokubun fed0b5526f
Break up config source files 3 years ago
Takashi Kokubun 16615e55d3
Parse Windows keys 3 years ago
Takashi Kokubun 2ee85b8773
Implement key parser 3 years ago
Takashi Kokubun d9127e8a90
Parse the basic config structure 3 years ago
Takashi Kokubun 2f8029a200
Parse the top-level element 3 years ago
Takashi Kokubun e5ac6af6bd
Use nix crate to call select(2) 3 years ago
Takashi Kokubun fc30cb8bca
Handle all errors properly 3 years ago
Takashi Kokubun 2db606bce3
Start parsing the config 3 years ago
Takashi Kokubun 2590a84654
Design the DSL syntax prototype 3 years ago
Takashi Kokubun 9cc6bb0006
Implement global modmap 3 years ago
Takashi Kokubun 4061f77694
Infinite loop 3 years ago
Takashi Kokubun e29714484c
Change the hard-coded device 3 years ago
Takashi Kokubun 6a8683304c
Revert "Set relative axes"
This reverts commit 4b33dee052.
3 years ago
Takashi Kokubun 1ed2fd9029
cargo fmt 3 years ago
Takashi Kokubun 4b33dee052
Set relative axes 3 years ago
Takashi Kokubun 06b2d04a89
Simulate supported keys 3 years ago
Takashi Kokubun cc178eb575
Build a virtual device to output events 3 years ago
Takashi Kokubun 0878d52dcb
Add a basic event loop 3 years ago
Takashi Kokubun efb1db6d3b
Prepare for calling select(2) 3 years ago
Takashi Kokubun e9c5afb054
Grab the input device 3 years ago
Takashi Kokubun d324c4a73b
cargo init 3 years ago