1
0
Fork 0

Add up/down keys to the code layer for ease of intellisense usage. (#3363)

This commit is contained in:
Fred Silberberg 2018-07-09 18:06:50 -07:00 committed by Drashna Jaelre
parent 8ee97f7c99
commit aaa311dd20
2 changed files with 6 additions and 6 deletions

View File

@ -39,9 +39,9 @@
,-------------. ,---------------.
|Format|Build | | Copy | Paste |
,------|------|------| |------+--------+------.
| | |Refact| |Sort U| | |
| | |Refact| | Up | | |
| | |------| |------| | |
| | | | | | | |
| | | | | Down | | |
`--------------------' `----------------------'
```
* Build - Visualt Studio Build Solution. Sends `CTRL + SHFT + B`

View File

@ -97,9 +97,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ,-------------. ,---------------.
* |Format|Build | | Copy | Paste |
* ,------|------|------| |------+--------+------.
* | | |Refact| |Sort U| | |
* | | |Refact| | Up | | |
* | |ACCESS|------| |------| | |
* | | | | | | | |
* | | | | | Down | | |
* `--------------------' `----------------------'
*/
// If it accepts an argument (i.e, is a function), it doesn't need KC_.
@ -122,8 +122,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
KC_F12, M(GO_TO_IMPL),M(FIND_ALL_REF),KC_TRNS, KC_TRNS,
LCTL(KC_C), LCTL(KC_V),
M(REMOVE_SORT_USINGS),
KC_TRNS, KC_TRNS, KC_TRNS
KC_UP,
KC_DOWN, KC_TRNS, KC_TRNS
),
/* Keymap 2: Symbol Layer
*