# yudit-3.1.0.patch4.txt # URL: https://yudit.org/ # Urgency: low # # This patch fixes the following problem on Macintosh: # - PageDown and PageUp functionality in Kinput mode # (This is an additional fix to patch3) # Gaspar Sinai 2024-03-16, Tokyo # *** yudit-3.1.0/swindow/sosx/SCocoa.mm- Sat Mar 16 10:24:16 2024 --- yudit-3.1.0/swindow/sosx/SCocoa.mm Sat Mar 16 11:56:43 2024 *************** *** 405,408 **** --- 405,410 ---- case SWindowListener::Key_Up: case SWindowListener::Key_Down: + case SWindowListener::Key_Prior: + case SWindowListener::Key_Next: self.cppWindow->listener->keyPressed (self.cppWindow, key, [letters UTF8String], control, shift, command);