mileyvirus

Results 16 comments of mileyvirus

It just doesn't work… [see here](https://github.com/timber/timber/blob/75bb47223e32b787fd74e92f692f9fc34dec7e74/tests/test-timber-router.php#L9). ``` if ( $wp_version >= 4.7 ) { $this->markTestSkipped('Something broke in WP 4.7, but this is deprecated anyway'); } else { $this->assertTrue($template); } ```

> It just doesn't work… [see here](https://github.com/timber/timber/blob/75bb47223e32b787fd74e92f692f9fc34dec7e74/tests/test-timber-router.php#L9). > > ``` > if ( $wp_version >= 4.7 ) { > $this->markTestSkipped('Something broke in WP 4.7, but this is deprecated anyway'); >...

Same. Tried getting new `token_v2` cookies, even logging out and loggin in again, but nothing worked.

I'd also like a setting to remap the modifier. If the maintainer decides against it, where's the code that listens for the shortcut so I can build my own version?

Thanks @valinet, so I'd change all the `MOD_ALT`s to `MOD_CONTROL` and then follow the instructions to compile it. It doesn't look like a standalone application though, is it?

I guess this is fixed with 167c84f, I had a similar issue in #178.