Don't change ralt to lalt, it's really not the same thing on windows.
This commit is contained in:
parent
53382d9564
commit
d910b94a3c
1 changed files with 41 additions and 39 deletions
|
@ -4,6 +4,9 @@
|
|||
#include "action_layer.h"
|
||||
#include "action_util.h"
|
||||
|
||||
/*
|
||||
*WINDOWS SWEDISH
|
||||
*/
|
||||
/*
|
||||
*WINDOWS SWEDISH
|
||||
*/
|
||||
|
@ -21,9 +24,8 @@
|
|||
#define KN_DQT LSFT(KC_2) // "
|
||||
#define KN_AT RALT(KC_2) // @
|
||||
#define KN_HASH LSFT(KC_3) // #
|
||||
#define KN_DLR LALT(KC_4) // $
|
||||
#define KN_EUR LSFT(KC_4) // $
|
||||
|
||||
#define KN_EUR LSFT(KC_4) // €
|
||||
#define KN_DLR RALT(KC_4) // $
|
||||
#define KN_PERC LSFT(KC_5) // %
|
||||
#define KN_AMPR LSFT(KC_6) // &
|
||||
#define KN_SLSH LSFT(KC_7) // /
|
||||
|
@ -33,19 +35,19 @@
|
|||
#define KN_UNDS LSFT(KN_MINS) // _
|
||||
#define KN_QUES LSFT(KN_PLUS) // ?
|
||||
#define KN_GRAV LSFT(KN_ACUT) // `
|
||||
#define KN_LCBR LALT(KC_7) // {
|
||||
#define KN_RCBR LALT(KC_0) // }
|
||||
#define KN_LBRC LALT(KC_8) // [
|
||||
#define KN_RBRC LALT(KC_9) // ]
|
||||
#define KN_LCBR RALT(KC_7) // {
|
||||
#define KN_RCBR RALT(KC_0) // }
|
||||
#define KN_LBRC RALT(KC_8) // [
|
||||
#define KN_RBRC RALT(KC_9) // ]
|
||||
#define KN_RABK LSFT(KN_LABK) // <
|
||||
#define KN_COLN LSFT(KC_DOT) // :
|
||||
#define KN_SCLN LSFT(KC_COMM) // :
|
||||
#define KN_PIPE LALT(KN_LABK) // |
|
||||
#define KN_PIPE RALT(KN_LABK) // |
|
||||
#define KN_QUES LSFT(KN_PLUS) // ?
|
||||
#define KN_CIRC LSFT(KN_UMLA) // ^
|
||||
#define KN_ASTR LSFT(KN_QUOT) // *
|
||||
#define KN_TILD LALT(KN_UMLA) // ~
|
||||
#define KN_BSLS LALT(KN_PLUS) //
|
||||
#define KN_TILD RALT(KN_UMLA) // ~
|
||||
#define KN_BSLS RALT(KN_PLUS) //
|
||||
|
||||
#define OSM_LCTL OSM(MOD_LCTL)
|
||||
#define OSM_LALT OSM(MOD_LALT)
|
||||
|
|
Loading…
Reference in a new issue