Skip to content

Commit

Permalink
[x86_64] Add PgUp PgDw keys to the ISA window
Browse files Browse the repository at this point in the history
  • Loading branch information
cyring committed Feb 7, 2024
1 parent 361a7fa commit f2a12a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x86_64/corefreq-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -9641,6 +9641,8 @@ Window *CreateISA(unsigned long long id)
StoreWindow(wISA, .key.Right, MotionRight_Win);
StoreWindow(wISA, .key.Down, MotionDown_Win);
StoreWindow(wISA, .key.Up, MotionUp_Win);
StoreWindow(wISA, .key.PgUp, MotionPgUp_Win);
StoreWindow(wISA, .key.PgDw, MotionPgDw_Win);
StoreWindow(wISA, .key.Home, MotionHome_Win);
StoreWindow(wISA, .key.End, MotionEnd_Win);

Expand Down

0 comments on commit f2a12a5

Please sign in to comment.