diff --git a/better-xcloud.user.js b/better-xcloud.user.js index c476b18..eb97fe6 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -8951,6 +8951,14 @@ function injectSettingsButton($parent) { [Preferences.AUDIO_MIC_ON_PLAYING]: __('enable-mic-on-startup'), [Preferences.STREAM_DISABLE_FEEDBACK_DIALOG]: __('disable-post-stream-feedback-dialog'), }, + + [__('mouse-and-keyboard')]: { + // '_note': '⚠️ ' + __('may-not-work-properly'), + // [Preferences.MKB_ENABLED]: [__('enable-mkb'), __('only-supports-some-games')], + [Preferences.MKB_ENABLED]: __('enable-mkb'), + [Preferences.MKB_HIDE_IDLE_CURSOR]: __('hide-idle-cursor'), + }, + /* [__('controller')]: { [Preferences.CONTROLLER_ENABLE_SHORTCUTS]: __('enable-controller-shortcuts'), @@ -8962,13 +8970,6 @@ function injectSettingsButton($parent) { [Preferences.STREAM_TOUCH_CONTROLLER_STYLE_CUSTOM]: __('tc-custom-layout-style'), }, - [__('mouse-and-keyboard')]: { - // '_note': '⚠️ ' + __('may-not-work-properly'), - // [Preferences.MKB_ENABLED]: [__('enable-mkb'), __('only-supports-some-games')], - [Preferences.MKB_ENABLED]: __('enable-mkb'), - [Preferences.MKB_HIDE_IDLE_CURSOR]: __('hide-idle-cursor'), - }, - [__('loading-screen')]: { [Preferences.UI_LOADING_SCREEN_GAME_ART]: __('show-game-art'), [Preferences.UI_LOADING_SCREEN_WAIT_TIME]: __('show-wait-time'),