Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/editors/e3/files/patch-e3.asm
16461 views
1
--- e3.asm.orig 2010-05-10 01:16:47.000000000 +0900
2
+++ e3.asm 2010-07-12 10:01:52.000000000 +0900
3
@@ -5813,8 +5813,8 @@
4
dw KeyVICmdI -_start ;33h
5
dw KeyVICmdR -_start ;34h
6
dw KeyVICmdd -_start ;35h
7
- dw KeyHalfPgDn -_start ;36h
8
- dw KeyHalfPgUp -_start ;37h
9
+ dw KeyHalfPgDn -_start ;37h
10
+ dw KeyHalfPgUp -_start ;36h
11
dw KeyVI1Char -_start ;38h
12
dw KeyVIfsearch -_start ;39h
13
dw KeyVIbsearch -_start ;3Ah
14
15