zentile icon indicating copy to clipboard operation
zentile copied to clipboard

keyboard shortcut: using Super_L as a modifier failed

Open liangwang0734 opened this issue 3 years ago • 2 comments

  • 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.

liangwang0734 avatar Sep 30 '20 07:09 liangwang0734

image

Mod4 should works normally

owl4ce avatar Mar 08 '21 17:03 owl4ce

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!

cfc-librarian avatar Mar 16 '21 00:03 cfc-librarian