jordansissel / xdotool

fake keyboard/mouse input, window management, and more
Other
3.18k stars 316 forks source link

xdo_active_keys_to_keycode() is redundant #2

Open KoFish opened 12 years ago

KoFish commented 12 years ago

The library function xdo_active_keys_to_keycode is redundant and has a misleading name since it only returns the modifiers currently active, not any key that is being pressed.

FascinatedBox commented 3 years ago

I did a grep of the source and could not find the function in question. So I went digging to find out when the function was removed. It wasn't removed, but rather it was renamed when https://github.com/jordansissel/xdotool/pull/6 was merged. Can this be closed?

KoFish commented 3 years ago

@FascinatedBox since it seems that I wrote the changes of #6 and opened this issue I just wanted to say that I have no idea! :)