diff --git a/ducky_mini b/ducky_mini index 7e03f1f..96ad88e 100644 --- a/ducky_mini +++ b/ducky_mini @@ -10,7 +10,8 @@ xkb_symbols "us" { include "us(basic)" include "ducky_mini(common)" - key { [ Escape, asciitilde, grave, Escape ] }; + // chromium doesn't like it when esc is bound to a normal key :( + // key { [ Escape, asciitilde, grave, Escape ] }; key { [ 1, exclam, F1, F1 ] }; key { [ 2, at, F2, F2 ] }; key { [ 3, numbersign, F3, F3 ] }; @@ -50,7 +51,8 @@ xkb_symbols "ru" { include "ru(typewriter)" include "ducky_mini(common)" - key { [ Escape, plus, bar, Escape ] }; + // chromium doesn't like it when esc is bound to a normal key :( + // key { [ Escape, plus, bar, Escape ] }; key { [ numerosign, 1, F1, F1 ] }; key { [ minus, 2, F2, F2 ] }; key { [ slash, 3, F3, F3 ] }; @@ -87,6 +89,5 @@ partial modifier_keys xkb_symbols "common" { name[Group1] = "Common (layout mimicking the Ducky Shine Mini fn functionality)"; - replace key { [ Control_L ] }; replace key { [ ISO_Level3_Shift ] }; }; diff --git a/gvimrc b/gvimrc index dd5a653..3a1ddf9 100644 --- a/gvimrc +++ b/gvimrc @@ -1,7 +1,7 @@ if has('win32') - set guifont=Fantasque_Sans_Mono:h11 + set guifont=Input:h10 else - set guifont=Fantasque\ Sans\ Mono\ 11 + set guifont=Input\ 10 endif set guiheadroom=0 guioptions=aei mouse=a set noerrorbells visualbell t_vb=