Skip to content

Some Issues in version 9 #270

@AbdelrhmanElbaz

Description

@AbdelrhmanElbaz

New Writing Tools update has several issues, for example:

→ “Please select text to use this option”
Image

→ Non-English keyboard layout issue (I already identified the cause and found a fix)

—— Instead of:
——————→ kbrd.press('v')
————————→ kbrd.press(pykeyboard.KeyCode.from_vk(0x56))

——————→ kbrd.press('c')
————————→ kbrd.press(pykeyboard.KeyCode.from_vk(0x43))

→ The update message also does not disappear even when using the latest version.
Image

Thank you for your efforts. I use your software daily 🤍

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