停用方向和方向快捷鍵 Super+O

停用方向和方向快捷鍵 Super+O

Super我使用的是 Ubuntu 18.04 和 Gnome 3,並且+鍵O禁用自動螢幕旋轉。我想停用自動螢幕旋轉和這個特定的鍵盤快捷鍵。

我嘗試了以下解決方案在 ubuntu 18.04 gnome 中停用方向鎖定快速鍵 Super + OUbuntu 18.04「Super+O」無法觸發快速事件但它們不起作用。即使該命令沒有回傳任何內容,快捷鍵Super+仍顯示螢幕方向已切換。這些是我與-ion 或-ation相關的設置Ogsettings list-recursively | grep -i "<Super>o"rotatorient

> gsettings list-recursively | grep -i "\(orient\|rotat\)" 
org.gnome.eog.view autorotate false
org.gnome.mutter.keybindings rotate-monitor ['XF86RotateWindows']
org.gnome.settings-daemon.plugins.orientation active false
org.gnome.settings-daemon.plugins.orientation priority 0
org.gnome.mousetweaks click-type-window-orientation 'vertical'
ca.desrt.dconf-editor.Settings saved-view '/org/gnome/settings-daemon/plugins/orientation/active'
org.freedesktop.ibus.panel lookup-table-orientation 1
com.ubuntu.touch.system orientation-lock 'none'
com.ubuntu.touch.system rotation-lock false
org.gnome.settings-daemon.peripherals.touchscreen orientation-lock true

如何完全停用螢幕方向(以及快捷方式)?

相關內容