touch typing + titling wm + vim + pop shell = my gnome keybindings 😃 #1178
Replies: 3 comments 6 replies
-
Using Alt for OS shortcuts is a bad idea because Super is reserved for OS shortcuts, and Alt is reserved for applications. So by defining OS shortcuts to use Alt, keyboard shortcuts in applications that use the same shortcuts will stop working. Firefox and VS Code, for example, uses Alt + Num for switching between tabs. Toolbars and mnemonic buttons respond to Alt + Char. Such as Alt + B bringing up the bookmark tooltip in Firefox |
Beta Was this translation helpful? Give feedback.
-
Here's how to easily swap Alt and Win |
Beta Was this translation helpful? Give feedback.
-
{
"/org/gnome/mutter/keybindings/": "[/]toggle-tiled-left=@as []\ntoggle-tiled-right=@as []",
"/org/gnome/mutter/wayland/keybindings/": "[/]\nrestore-shortcuts=@as []",
"/org/gnome/shell/keybindings/": "[/]\nopen-application-menu=@as []\nswitch-to-application-1=['']\nswitch-to-application-2=['']\nswitch-to-application-3=['']\nswitch-to-application-4=['']\nswitch-to-application-5=['']\nswitch-to-application-6=['']\nswitch-to-application-7=['']\nswitch-to-application-8=['']\nswitch-to-application-9=['']\ntoggle-message-tray=['<Super>v']\ntoggle-overview=@as []",
"/org/gnome/desktop/wm/keybindings/": "[/]\nclose=['<Super>q', '<Alt>F4']\nmaximize=@as []\nminimize=['<Super>comma']\nmove-to-monitor-down=@as []\nmove-to-monitor-left=@as []\nmove-to-monitor-right=@as []\nmove-to-monitor-up=@as []\nmove-to-workspace-1=['<Super><Shift>1']\nmove-to-workspace-10=['<Super><Shift>0']\nmove-to-workspace-2=['<Super><Shift>2']\nmove-to-workspace-3=['<Super><Shift>3']\nmove-to-workspace-4=['<Super><Shift>4']\nmove-to-workspace-5=['<Super><Shift>5']\nmove-to-workspace-6=['<Super><Shift>6']\nmove-to-workspace-7=['<Super><Shift>7']\nmove-to-workspace-8=['<Super><Shift>8']\nmove-to-workspace-9=['<Super><Shift>9']\nmove-to-workspace-down=@as []\nmove-to-workspace-up=@as []\nswitch-to-workspace-1=['<Super>1']\nswitch-to-workspace-10=['<Super>0']\nswitch-to-workspace-2=['<Super>2']\nswitch-to-workspace-3=['<Super>3']\nswitch-to-workspace-4=['<Super>4']\nswitch-to-workspace-5=['<Super>5']\nswitch-to-workspace-6=['<Super>6']\nswitch-to-workspace-7=['<Super>7']\nswitch-to-workspace-8=['<Super>8']\nswitch-to-workspace-9=['<Super>9']\nswitch-to-workspace-down=['<Primary><Super>Down', '<Primary><Super>j']\nswitch-to-workspace-left=@as []\nswitch-to-workspace-right=@as []\nswitch-to-workspace-up=['<Primary><Super>Up', '<Primary><Super>k']\ntoggle-maximized=['<Super>m']\nunmaximize=@as []"
} |
Beta Was this translation helpful? Give feedback.
-
redit: https://github.com/thuanpham2311/dotfiles
My laptop
My keyboard layout
😁 Feel free to discuss with me.
Beta Was this translation helpful? Give feedback.
All reactions