Skip to content

[GyroShell FEATURE_REQ] Taskview Functionality #32

@Dismalitie

Description

@Dismalitie

Is your feature request related to a problem? Please describe.
The taskview button doesn't do anything

Describe the solution you'd like
This is doable quite easily actually by just simulating keypresses;

var sim = new InputSimulator();
// open taskview by simulating the keypress
sim.Keyboard.ModifiedKeyStroke(VirtualKeyCode.LWIN, VirtualKeyCode.TAB);

Library used:
https://www.nuget.org/packages/InputSimulator/1.0.4

Additional context
I would implement it myself, but:
a. Not experienced with XAML
b. Idfk know where anything is

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions