Skip to content

Commit

Permalink
Ubuntu app window switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
rhruiz committed Aug 9, 2024
1 parent 1df4374 commit dc48158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/rhruiz/nav_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ uint16_t copy_paste_timer;
bool is_window_switcher_active;

const uint16_t nav_keys[][NUM_NAV_KEYS_OSES] PROGMEM = {
[NV_NWIN - NV_START] = {LCMD(KC_GRV), LALT(KC_TAB)},
[NV_NWIN - NV_START] = {LCMD(KC_GRV), LGUI(KC_GRV)},
[NV_SCTP - NV_START] = {LCMD(KC_UP), LGUI(KC_HOME)},
[NV_SCBT - NV_START] = {LCMD(KC_DOWN), LGUI(KC_END)},
[NV_EOL - NV_START] = {LCMD(KC_RIGHT), KC_END},
Expand Down

0 comments on commit dc48158

Please sign in to comment.