richardgv / skippy-xd

A full-screen Exposé-style standalone task switcher for X11.
GNU General Public License v2.0
340 stars 76 forks source link

Tooltip is not keyboard friendly. #75

Open devxpy opened 6 years ago

devxpy commented 6 years ago
  1. Toolip doesn't respect the keyboard highlighted window; only respects mouse position.

If I place the mouse cursor over a window, the tooltip behaves as expected.

However, if I use the keyboard to navigate to another window, without moving the mouse, the highlighted window and tooltip are out of sync.

  1. If the mouse cursor is not placed on any window, the tooltip doesn't appear at all.

Can you please make the tooltip more keyboard friendly?

config

``` [general] distance = 50 useNetWMFullscreen = true ignoreSkipTaskbar = true updateFreq = 120.0 lazyTrans = true pipePath = /tmp/skippy-xd-fifo movePointerOnStart = false movePointerOnSelect = false movePointerOnRaise = false switchDesktopOnActivate = false useNameWindowPixmap = false forceNameWindowPixmap = false includeFrame = true allowUpscale = true showAllDesktops = false showUnmapped = true preferredIconSize = 48 clientDisplayModes = thumbnail icon filled none iconFillSpec = orig mid mid #00FFFF fillSpec = orig mid mid #FFFFFF background = [xinerama] showAll = true [normal] tint = black tintOpacity = 0 opacity = 75 [highlight] tint = black tintOpacity = 0 opacity = 255 [tooltip] show = true followsMouse = false offsetX = 0 offsetY = 0 align = mid border = #404040 background = #404040 opacity = 255 text = #ffffff textShadow = none font = Lato [bindings] miwMouse1 = focus miwMouse2 = close-ewmh miwMouse3 = iconify ```

locness3 commented 4 years ago

I can't reproduce. When pressing the arrow key, the mouse moves to the highlighted window and the tooltip displays correctly.