wp_footer hook not working inside a class if not single [closed]

Not sure if this helps, but try replacing $this with __CLASS__ in __construct.

add_action( 'wp_footer', array( __CLASS__, 'mwdes_keynav') );