mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 13:22:34 +02:00
edit keybinds
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -217,7 +217,11 @@
|
||||
}
|
||||
{
|
||||
id = "key_webconsole";
|
||||
disabled = true;
|
||||
key = "i";
|
||||
modifiers = {
|
||||
accel = true;
|
||||
shift = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
id = "key_jsdebugger";
|
||||
@@ -257,7 +261,10 @@
|
||||
}
|
||||
{
|
||||
id = "key_reload";
|
||||
disabled = true;
|
||||
key = "r";
|
||||
modifiers = {
|
||||
accel = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
id = "key_reload2";
|
||||
@@ -265,7 +272,11 @@
|
||||
}
|
||||
{
|
||||
id = "key_reload_skip_cache";
|
||||
disabled = true;
|
||||
key = "r";
|
||||
modifiers = {
|
||||
accel = true;
|
||||
shift = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
id = "key_reload_skip_cache2";
|
||||
|
||||
Reference in New Issue
Block a user