Browse Source

Update UserKeybinds.conf

Assigning the Alt+Shift keys to trigger the script SwitchKeyboardLayouts.sh
pull/292/head
GrafMonteCarlo 2 years ago committed by GitHub
parent
commit
543ac255b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      config/hypr/UserConfigs/UserKeybinds.conf

3
config/hypr/UserConfigs/UserKeybinds.conf

@ -27,7 +27,8 @@ bind = $mainMod, Z, exec, pypr zoom # Toggle Zoom
# User Added Keybinds
bind = $mainMod SHIFT, O, exec, $UserScripts/ZshChangeTheme.sh # Change oh-my-zsh theme
bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh
bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Changing the keyboard layout
# For passthrough keyboard into a VM
# bind = $mainMod ALT, P, submap, passthru
#submap = passthru

Loading…
Cancel
Save