Susko3

Results 177 comments of Susko3

@jenabaivab Found a easy workaround for this: enter fullscreen using firefox's video fullscreen, instead of youtube's. Right click twice on the video, and then select `Full Screen` (you can press...

For `custom_scrollbars.uc.js` you'd change - `cs_thumb_color` - `cs_thumb_border_color` Change `cs_thumb_hover_color` if you want to change the hover color.

**Phone:** LG VELVET **Relevant settings:** [image](https://user-images.githubusercontent.com/16479013/117585759-6365a480-b114-11eb-918a-a77093f2aaf7.png) **Logcat, with the last two settings disabled:** Short press: ``` D HotKeyController: launch Assist: 1 turned off ``` Long press: ``` D HotKeyController: launch...

If I select a 3rd party assistant app, or select none, then those options are greyed out. If the assistant app is changed and the options were enabled, then pressing...

Maybe your monitor forgets the set brightness, and returns to the one set using it's OSD. You can set your monitor brightness (on the monitor itself) to 0%, so it's...

Mouse handling has recently improved with https://github.com/ppy/osu/pull/16464. Install the latest version and try using your tablet again (you may need to enable or disable High precision mouse in osu! settings)....

Does this happen with/without relative? Try setting [`SDL_HINT_MOUSE_AUTO_CAPTURE`](https://github.com/ppy/osu-framework/blob/1a7c8f22dc5054c9a03076a5ebb129a38ca290e8/osu.Framework/Platform/SDL2DesktopWindow.cs#L154) to always be `0`, either here or with envvar `SDL_MOUSE_AUTO_CAPTURE`.

Looks like a regression in SDL: the mouse should not be able to leave the window when it's confined, regardless of the `SDL_HINT_MOUSE_AUTO_CAPTURE` value. For the record, this works as...

Please attach `framework.ini` (located in the game's folder) and a screenshot of your monitor configuration. Deleting `framework.ini` might help with your issue.

Are you able to reproduce the crash if you load in the old `framework.ini`? The only difference (that matters) in the configs shown is `LastDisplayDevice` and `WindowedSize`. Can you repro...