ducki_mini layout escape map removal + input font for gvim
This commit is contained in:
parent
a238a636f8
commit
0f8300431a
2 changed files with 6 additions and 5 deletions
|
@ -10,7 +10,8 @@ xkb_symbols "us" {
|
||||||
include "us(basic)"
|
include "us(basic)"
|
||||||
include "ducky_mini(common)"
|
include "ducky_mini(common)"
|
||||||
|
|
||||||
key <TLDE> { [ Escape, asciitilde, grave, Escape ] };
|
// chromium doesn't like it when esc is bound to a normal key :(
|
||||||
|
// key <TLDE> { [ Escape, asciitilde, grave, Escape ] };
|
||||||
key <AE01> { [ 1, exclam, F1, F1 ] };
|
key <AE01> { [ 1, exclam, F1, F1 ] };
|
||||||
key <AE02> { [ 2, at, F2, F2 ] };
|
key <AE02> { [ 2, at, F2, F2 ] };
|
||||||
key <AE03> { [ 3, numbersign, F3, F3 ] };
|
key <AE03> { [ 3, numbersign, F3, F3 ] };
|
||||||
|
@ -50,7 +51,8 @@ xkb_symbols "ru" {
|
||||||
include "ru(typewriter)"
|
include "ru(typewriter)"
|
||||||
include "ducky_mini(common)"
|
include "ducky_mini(common)"
|
||||||
|
|
||||||
key <TLDE> { [ Escape, plus, bar, Escape ] };
|
// chromium doesn't like it when esc is bound to a normal key :(
|
||||||
|
// key <TLDE> { [ Escape, plus, bar, Escape ] };
|
||||||
key <AE01> { [ numerosign, 1, F1, F1 ] };
|
key <AE01> { [ numerosign, 1, F1, F1 ] };
|
||||||
key <AE02> { [ minus, 2, F2, F2 ] };
|
key <AE02> { [ minus, 2, F2, F2 ] };
|
||||||
key <AE03> { [ slash, 3, F3, F3 ] };
|
key <AE03> { [ slash, 3, F3, F3 ] };
|
||||||
|
@ -87,6 +89,5 @@ partial modifier_keys
|
||||||
xkb_symbols "common" {
|
xkb_symbols "common" {
|
||||||
name[Group1] = "Common (layout mimicking the Ducky Shine Mini fn functionality)";
|
name[Group1] = "Common (layout mimicking the Ducky Shine Mini fn functionality)";
|
||||||
|
|
||||||
replace key <CAPS> { [ Control_L ] };
|
|
||||||
replace key <LCTL> { [ ISO_Level3_Shift ] };
|
replace key <LCTL> { [ ISO_Level3_Shift ] };
|
||||||
};
|
};
|
||||||
|
|
4
gvimrc
4
gvimrc
|
@ -1,7 +1,7 @@
|
||||||
if has('win32')
|
if has('win32')
|
||||||
set guifont=Fantasque_Sans_Mono:h11
|
set guifont=Input:h10
|
||||||
else
|
else
|
||||||
set guifont=Fantasque\ Sans\ Mono\ 11
|
set guifont=Input\ 10
|
||||||
endif
|
endif
|
||||||
set guiheadroom=0 guioptions=aei mouse=a
|
set guiheadroom=0 guioptions=aei mouse=a
|
||||||
set noerrorbells visualbell t_vb=
|
set noerrorbells visualbell t_vb=
|
||||||
|
|
Loading…
Reference in a new issue