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

Tooltip is not keyboard friendly. #75

Open
devxpy opened this issue Aug 1, 2018 · 1 comment
Open

Tooltip is not keyboard friendly. #75

devxpy opened this issue Aug 1, 2018 · 1 comment

Comments

@devxpy
Copy link

devxpy commented Aug 1, 2018

  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

@devxpy devxpy changed the title Toolip doesn't respect the highlighted window; only respects mouse position Tooltip is not keyboard friendly. Aug 1, 2018
@moeenio
Copy link

moeenio commented Oct 23, 2019

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

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

2 participants