1
0
Fork 0

Don't change ralt to lalt, it's really not the same thing on windows.

This commit is contained in:
David Olsson 2017-01-17 19:33:09 +01:00
parent 53382d9564
commit d910b94a3c

View file

@ -4,6 +4,9 @@
#include "action_layer.h" #include "action_layer.h"
#include "action_util.h" #include "action_util.h"
/*
*WINDOWS SWEDISH
*/
/* /*
*WINDOWS SWEDISH *WINDOWS SWEDISH
*/ */
@ -21,9 +24,8 @@
#define KN_DQT LSFT(KC_2) // " #define KN_DQT LSFT(KC_2) // "
#define KN_AT RALT(KC_2) // @ #define KN_AT RALT(KC_2) // @
#define KN_HASH LSFT(KC_3) // # #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_PERC LSFT(KC_5) // %
#define KN_AMPR LSFT(KC_6) // & #define KN_AMPR LSFT(KC_6) // &
#define KN_SLSH LSFT(KC_7) // / #define KN_SLSH LSFT(KC_7) // /
@ -33,19 +35,19 @@
#define KN_UNDS LSFT(KN_MINS) // _ #define KN_UNDS LSFT(KN_MINS) // _
#define KN_QUES LSFT(KN_PLUS) // ? #define KN_QUES LSFT(KN_PLUS) // ?
#define KN_GRAV LSFT(KN_ACUT) // ` #define KN_GRAV LSFT(KN_ACUT) // `
#define KN_LCBR LALT(KC_7) // { #define KN_LCBR RALT(KC_7) // {
#define KN_RCBR LALT(KC_0) // } #define KN_RCBR RALT(KC_0) // }
#define KN_LBRC LALT(KC_8) // [ #define KN_LBRC RALT(KC_8) // [
#define KN_RBRC LALT(KC_9) // ] #define KN_RBRC RALT(KC_9) // ]
#define KN_RABK LSFT(KN_LABK) // < #define KN_RABK LSFT(KN_LABK) // <
#define KN_COLN LSFT(KC_DOT) // : #define KN_COLN LSFT(KC_DOT) // :
#define KN_SCLN LSFT(KC_COMM) // : #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_QUES LSFT(KN_PLUS) // ?
#define KN_CIRC LSFT(KN_UMLA) // ^ #define KN_CIRC LSFT(KN_UMLA) // ^
#define KN_ASTR LSFT(KN_QUOT) // * #define KN_ASTR LSFT(KN_QUOT) // *
#define KN_TILD LALT(KN_UMLA) // ~ #define KN_TILD RALT(KN_UMLA) // ~
#define KN_BSLS LALT(KN_PLUS) // #define KN_BSLS RALT(KN_PLUS) //
#define OSM_LCTL OSM(MOD_LCTL) #define OSM_LCTL OSM(MOD_LCTL)
#define OSM_LALT OSM(MOD_LALT) #define OSM_LALT OSM(MOD_LALT)