You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xremap/src
Elliott Shugerman fd3992e486
Support device-specific remapping in config (#380)
* begin threading InputDevice down to `find_modmap`/`find_keymap`

why did i comment this out?

* add to config

* new approach for event/device (wip)

* try passing input_device as its own thing -- same problem

* aha! this works!

* this works too!

* start wiring it together

* that might do it?

* fallback to false, like for application

* fix device.not

* tests (wip)

* tests (wip) | well it compiles

* tests (wip) | just placeholder for now

* move device out of event

* Revert "move device out of event"

This reverts commit c9486ed2adee5f001ebf96d630621fabcb2127a5.

* device desc struct (k0kubun's suggestion)

* get tests passing

* s/InputDeviceDescriptor/InputDeviceInfo/

* add a test

* misc cleanup

* use &str and &Path instead of String and PathBuf

* cargo fmt

* move InputDeviceInfo in device.rs

* more misc cleanup

* documentation

* get rid of extraneous `matches` function

* readme tweak
6 months ago
..
client Initial implementation for wlroots client (#345) 8 months ago
config Support device-specific remapping in config (#380) 6 months ago
action.rs Adds RELATIVE event catcher (#187) 1 year ago
action_dispatcher.rs Adds RELATIVE event catcher (#187) 1 year ago
device.rs Support device-specific remapping in config (#380) 6 months ago
event.rs Support device-specific remapping in config (#380) 6 months ago
event_handler.rs Support device-specific remapping in config (#380) 6 months ago
main.rs Support device-specific remapping in config (#380) 6 months ago
tests.rs Support device-specific remapping in config (#380) 6 months ago