[PR #747] [MERGED] Added Keybindings for go up and go down page #24294

Open
opened 2026-01-31 09:02:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/747
Author: @Kapperchino
Created: 5/13/2019
Status: Merged
Merged: 5/15/2019
Merged by: @zadjii-msft

Base: masterHead: Added_Keybind_Page_Up


📝 Commits (9)

  • 60b1b16 added keybindings
  • da4ec46 fixed merge conflicts
  • 2544741 untabfied the files
  • c9abe0d fixed spacing issues and renamed termheight
  • 4a89756 changed function names and other improvements
  • cc0c6aa made some auto variables const auto
  • 73eb898 handled another merge conflict
  • 7ca8c1e fixed tabs
  • 94c4469 another try for the broken spacing

📊 Changes

9 files changed (+59 additions, -8 deletions)

View changed files

📝 src/cascadia/TerminalApp/App.cpp (+22 -3)
📝 src/cascadia/TerminalApp/App.h (+2 -1)
📝 src/cascadia/TerminalApp/AppKeyBindings.cpp (+8 -2)
📝 src/cascadia/TerminalApp/AppKeyBindings.h (+2 -0)
📝 src/cascadia/TerminalApp/AppKeyBindings.idl (+6 -0)
📝 src/cascadia/TerminalApp/CascadiaSettings.cpp (+7 -2)
📝 src/cascadia/TerminalControl/TermControl.cpp (+10 -0)
📝 src/cascadia/TerminalControl/TermControl.h (+1 -0)
📝 src/cascadia/TerminalControl/TermControl.idl (+1 -0)

📄 Description

Issue #640


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/747 **Author:** [@Kapperchino](https://github.com/Kapperchino) **Created:** 5/13/2019 **Status:** ✅ Merged **Merged:** 5/15/2019 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `master` ← **Head:** `Added_Keybind_Page_Up` --- ### 📝 Commits (9) - [`60b1b16`](https://github.com/microsoft/terminal/commit/60b1b16269ae2798ee9604d0d7c204a73adda3a3) added keybindings - [`da4ec46`](https://github.com/microsoft/terminal/commit/da4ec46818ac47f25d8614571616ae1f96a62183) fixed merge conflicts - [`2544741`](https://github.com/microsoft/terminal/commit/25447419bd2ca1353dea96537c112645c7c8f959) untabfied the files - [`c9abe0d`](https://github.com/microsoft/terminal/commit/c9abe0d3452c28933a8eb299955f37fff93f0e79) fixed spacing issues and renamed termheight - [`4a89756`](https://github.com/microsoft/terminal/commit/4a8975638b2724f6666c36431c0dd1bf4e469745) changed function names and other improvements - [`cc0c6aa`](https://github.com/microsoft/terminal/commit/cc0c6aa97a9a7f10ff23eefba4804f71c5ff4cc8) made some auto variables const auto - [`73eb898`](https://github.com/microsoft/terminal/commit/73eb898f1bad472bcb3de90a4504cdf0ca7f0e28) handled another merge conflict - [`7ca8c1e`](https://github.com/microsoft/terminal/commit/7ca8c1ea93c94acd9fd417de745cc8e87ccdc1b7) fixed tabs - [`94c4469`](https://github.com/microsoft/terminal/commit/94c44696beb64ad4a1c0ae8aed427e48e7f04c05) another try for the broken spacing ### 📊 Changes **9 files changed** (+59 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/App.cpp` (+22 -3) 📝 `src/cascadia/TerminalApp/App.h` (+2 -1) 📝 `src/cascadia/TerminalApp/AppKeyBindings.cpp` (+8 -2) 📝 `src/cascadia/TerminalApp/AppKeyBindings.h` (+2 -0) 📝 `src/cascadia/TerminalApp/AppKeyBindings.idl` (+6 -0) 📝 `src/cascadia/TerminalApp/CascadiaSettings.cpp` (+7 -2) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+10 -0) 📝 `src/cascadia/TerminalControl/TermControl.h` (+1 -0) 📝 `src/cascadia/TerminalControl/TermControl.idl` (+1 -0) </details> ### 📄 Description Issue #640 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:02:27 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24294