ihavenoface / 4chan-x

Adds cute bloat.
https://4chan-x.org
Other
22 stars 14 forks source link

Don't hook keybinds where they do nothing. #270

Closed popman closed 10 years ago

popman commented 10 years ago

Certain keybinds do nothing in some cases, e.g. jump to next page and refresh index do nothing when viewing a thread. In those cases it would probably work out better to ignore them, so they carry out their original function.

ihavenoface commented 10 years ago

The problem with Keybinds is that it is written to be hit or miss. Rewriting every function to return the correct thing addressed in the keybinds is too recursive for the benefit this would give.