For example, in this webpage [ http://jblevins.org/ ], when I run hok-start-foreground-mode, I get misaligned hints as shown in the following figure:

Maybe the responsive CSS design changed the location of the hints. But vimperator does not have this problem.
Could you give me some advice to fix such misaligned hint?
Update:
I am able to pin point the problem to the function getBodyOffsets in the file hok.ks.js in https://github.com/mooz/keysnail/blob/master/plugins/hok.ks.js#L833
I am still trying to get familiar with JavaScript and also trying to learn debugging the Keysnail plugin ... Are there any materials or wiki pages for the newbies like me to get involved in the Keysnail development?
Thank you in advance!
For example, in this webpage [ http://jblevins.org/ ], when I run
hok-start-foreground-mode, I get misaligned hints as shown in the following figure:Maybe the responsive CSS design changed the location of the hints. But
vimperatordoes not have this problem.Could you give me some advice to fix such misaligned hint?
Update:
I am able to pin point the problem to the function
getBodyOffsetsin the filehok.ks.jsin https://github.com/mooz/keysnail/blob/master/plugins/hok.ks.js#L833I am still trying to get familiar with JavaScript and also trying to learn debugging the Keysnail plugin ... Are there any materials or wiki pages for the newbies like me to get involved in the Keysnail development?
Thank you in advance!