File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 12401240# #######################
12411241# ## KEYBOARD & MOUSE ###
12421242# #######################
1243- if does_bin_exist " gnome-shell" ; then
1243+ if does_bin_exist ' gnome-shell' ; then
12441244 # Keyboard
12451245 set_gsetting org.gnome.desktop.peripherals.keyboard numlock-state true
12461246 set_gsetting org.gnome.desktop.input-sources per-window false
@@ -1288,7 +1288,7 @@ if does_bin_exist "gnome-shell"; then
12881288 fi
12891289fi
12901290if does_bin_exist ' mutter' ; then
1291- MUTTER_KEYBINDINGS_SCHEMA=" org.gnome.desktop.wm.keybindings"
1291+ MUTTER_KEYBINDINGS_SCHEMA=' org.gnome.desktop.wm.keybindings'
12921292
12931293 set_gsetting " ${MUTTER_KEYBINDINGS_SCHEMA} " draggable-border-width 12
12941294 set_gsetting " ${MUTTER_KEYBINDINGS_SCHEMA} " panel-run-dialog " ['<Super>r']"
@@ -1643,8 +1643,10 @@ if does_bin_exist 'micro'; then
16431643 set_json_property " ${MICRO_SETTINGS_FILE} " ' .["scrollbar"]' true
16441644
16451645 # Keybindings
1646- set_json_property " ${MICRO_BINDINGS_FILE} " ' .["Ctrl-g"]' " JumpLine"
1647- set_json_property " ${MICRO_BINDINGS_FILE} " ' .["F3"]' " FindNext"
1646+ set_json_property " ${MICRO_BINDINGS_FILE} " ' .["CtrlRightSq"]' ' JumpToMatchingBrace'
1647+ set_json_property " ${MICRO_BINDINGS_FILE} " ' .["Ctrl-g"]' ' JumpLine'
1648+ set_json_property " ${MICRO_BINDINGS_FILE} " ' .["Ctrl-k"]' ' CopyLine,DeleteLine'
1649+ set_json_property " ${MICRO_BINDINGS_FILE} " ' .["F3"]' ' FindNext'
16481650
16491651 # Others
16501652 set_json_property " ${MICRO_SETTINGS_FILE} " ' .["linter"]' false
You can’t perform that action at this time.
0 commit comments