SoK/2024/StatusReport/Athul Raj K: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 2: Line 2:
=== Improving KdeEcoTest's funcionalities and compatibility ===
=== Improving KdeEcoTest's funcionalities and compatibility ===
'''Week 1-2:'''
'''Week 1-2:'''
* Added a platform abstraction layer which makes it easy to implement platform specific routines. [https://invent.kde.org/echarruau/feep-win-32-kdotool-integration/-/merge%20requests/1 Merged].
* Added a platform abstraction layer which makes it easy to implement platform specific routines. [https://invent.kde.org/echarruau/feep-win-32-kdotool-integration/-/merge%20requests/1].
* Improved kdotool's functionalities such it could be utilized for KdeEcoTest KWin handlers. [https://invent.kde.org/krathul/kdotool/-/commit/e3599730187739ba91810af3875108627739dffb Kdotool]
* Added uinput backend for pynput python module ([https://github.com/moses-palmer/pynput pynput]) for controlling and listening for mouse and keyboard events using libevdev [https://invent.kde.org/krathul/pynput/-/commits/master commits].
*
*

Revision as of 17:15, 8 February 2024

 
Under Construction
This is a new page, currently under construction!

Improving KdeEcoTest's funcionalities and compatibility

Week 1-2:

  • Added a platform abstraction layer which makes it easy to implement platform specific routines. [1].
  • Improved kdotool's functionalities such it could be utilized for KdeEcoTest KWin handlers. Kdotool
  • Added uinput backend for pynput python module (pynput) for controlling and listening for mouse and keyboard events using libevdev commits.