edit keybinds

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-11 17:44:25 +02:00
parent daaf0d2b27
commit 17f976d4e7
2 changed files with 15 additions and 3 deletions
+14 -3
View File
@@ -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";