Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyboard shortcut: using Super_L as a modifier failed #15

Open
liangwang0734 opened this issue Sep 30, 2020 · 2 comments
Open

keyboard shortcut: using Super_L as a modifier failed #15

liangwang0734 opened this issue Sep 30, 2020 · 2 comments

Comments

@liangwang0734
Copy link

  • changess to ~/.config/zentile/config.toml:
    tile = "Super_L-t"
  • expected behaviour: tile when pressed Super and t together
  • result: tile when Super is pressed
  • thoughts: It looks like zentile only accepts Super as a individual key
  • desired fix: recognize Super_L as a modifier?

Notes:

  • Combinations like Super_L-H works fine in my desktop environment (xfce4). So perhaps this is not a wider xmodmap issue?
  • When changing untile = "Super_L-u", pressing Super key causes flashing of the windows perhaps due to the conflict that Super_L-u and Super_L-t are the same to zentile.
@owl4ce
Copy link

owl4ce commented Mar 8, 2021

image

Mod4 should works normally

@cfc-librarian
Copy link

I was having the same problem. Using mod4 works perfectly. For example:

# Tile the current workspace.
tile = "mod4-t"

# Untile the current workspace.
untile = "mod4-u"

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants