fix CTRL | SHIFT to just CTRL
This commit is contained in:
parent
fdf688cba2
commit
1438d3037a
2
config.h
2
config.h
|
@ -135,7 +135,7 @@ static struct {
|
|||
{ CTRL, KEY(f), show_finder },
|
||||
{ CTRL, KEY(n), finder_next },
|
||||
{ CTRL, KEY(N), finder_prev },
|
||||
{ CTRL | SFT, KEY(F), filter },
|
||||
{ CTRL, KEY(F), filter },
|
||||
{ CTRL, KEY(Up), halve_window },
|
||||
{ CTRL, KEY(Down), rebig_window },
|
||||
{ CTRL, KEY(p), prettify },
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#define STYLE_N 9140 + 1000
|
||||
#define STYLE_N 9224 + 1000
|
||||
|
||||
void read_style_js(char* string)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#define STYLE_N 9140 + 1000
|
||||
#define STYLE_N 9224 + 1000
|
||||
|
||||
void read_style_js(char* string);
|
||||
|
|
Loading…
Reference in New Issue
Block a user