Detailed changes
@@ -338,6 +338,24 @@
"ctrl-alt-.": "agent::ToggleFastMode",
},
},
+ {
+ "context": "AcpThread > Editor && start_of_input",
+ "use_key_equivalents": true,
+ "bindings": {
+ "pageup": "agent::ScrollOutputPageUp",
+ "ctrl-pageup": "agent::ScrollOutputPageUp",
+ "ctrl-home": "agent::ScrollOutputToTop",
+ },
+ },
+ {
+ "context": "AcpThread > Editor && end_of_input",
+ "use_key_equivalents": true,
+ "bindings": {
+ "pagedown": "agent::ScrollOutputPageDown",
+ "ctrl-pagedown": "agent::ScrollOutputPageDown",
+ "ctrl-end": "agent::ScrollOutputToBottom",
+ },
+ },
{
"context": "AcpThread > Editor && mode == full",
"use_key_equivalents": true,
@@ -379,6 +379,24 @@
"cmd-alt-.": "agent::ToggleFastMode",
},
},
+ {
+ "context": "AcpThread > Editor && start_of_input",
+ "use_key_equivalents": true,
+ "bindings": {
+ "pageup": "agent::ScrollOutputPageUp",
+ "ctrl-pageup": "agent::ScrollOutputPageUp",
+ "ctrl-home": "agent::ScrollOutputToTop",
+ },
+ },
+ {
+ "context": "AcpThread > Editor && end_of_input",
+ "use_key_equivalents": true,
+ "bindings": {
+ "pagedown": "agent::ScrollOutputPageDown",
+ "ctrl-pagedown": "agent::ScrollOutputPageDown",
+ "ctrl-end": "agent::ScrollOutputToBottom",
+ },
+ },
{
"context": "AcpThread > Editor && mode == full",
"use_key_equivalents": true,
@@ -339,6 +339,24 @@
"ctrl-alt-.": "agent::ToggleFastMode",
},
},
+ {
+ "context": "AcpThread > Editor && start_of_input",
+ "use_key_equivalents": true,
+ "bindings": {
+ "pageup": "agent::ScrollOutputPageUp",
+ "ctrl-pageup": "agent::ScrollOutputPageUp",
+ "ctrl-home": "agent::ScrollOutputToTop",
+ },
+ },
+ {
+ "context": "AcpThread > Editor && end_of_input",
+ "use_key_equivalents": true,
+ "bindings": {
+ "pagedown": "agent::ScrollOutputPageDown",
+ "ctrl-pagedown": "agent::ScrollOutputPageDown",
+ "ctrl-end": "agent::ScrollOutputToBottom",
+ },
+ },
{
"context": "AcpThread > Editor && mode == full",
"use_key_equivalents": true,