Remove legacy keycodes, part 5 (#18710)
* `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
This commit is contained in:
parent
92d7964b28
commit
5e4b076af3
2171 changed files with 2799 additions and 2802 deletions
|
@ -61,7 +61,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define KC_WWWF KC_WWW_FORWARD
|
||||
|
||||
// hybrid right-alt & scroll lock (mapped to Compose in OS)
|
||||
#define C_RALT MT(MOD_RALT, KC_SLCK)
|
||||
#define C_RALT MT(MOD_RALT, KC_SCRL)
|
||||
|
||||
// dual use right-shift & del key
|
||||
// #define C_RSFT MT(MOD_RSFT, KC_DEL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue