5 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub
Software Control Systems

AI Summary: Verify that the TotalControl application's search bar closes when the global hotkey (Ctrl + Space) is pressed again. If it doesn't, implement the functionality to close the bar with the same hotkey combination.

Complexity: 2/5
help wanted hssoc beginner-friendly intermediate
Software Control Systems
Improve the UI about 2 months ago

AI Summary: Enhance the user interface (UI) of the TotalControl application. The current UI is basic and needs improvement to achieve a sleek and modern look. This involves using the Slint UI framework to create a more visually appealing and user-friendly interface.

Complexity: 4/5
good first issue hssoc beginner-friendly
Software Control Systems

AI Summary: Debug and fix a bug in a Rust-based Windows application where the main search UI window fails to appear after pressing the hotkey. This involves investigating potential issues with window initialization, Z-order, focus, and Slint rendering, and implementing appropriate solutions using Windows API calls or Slint functions.

Complexity: 4/5
bug help wanted hssoc advanced
Software Control Systems

AI Summary: Implement a `config.rs` module to load and parse user-defined commands from a `commands.json` file. The module should return a structured representation of these commands for use in the autocomplete and command execution features of the TotalControl application.

Complexity: 3/5
enhancement help wanted hssoc intermediate
Software Control Systems

AI Summary: Create a sample `commands.json` file with 2-3 example commands (e.g., launching Notepad or opening Google) to guide users on configuring custom commands in the TotalControl application.

Complexity: 2/5
documentation good first issue hssoc