aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-06-27 16:29:13 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-06-27 16:29:13 +0200
commit859a831ab061d3d906351fe213e1f7ac80ac10cb (patch)
tree21291977e2705a8badc14956f0c1b86522d73e58
parent007cfe736327ea8775fa6bf6bd49257132cf45f2 (diff)
downloadsciteco-859a831ab061d3d906351fe213e1f7ac80ac10cb.tar.gz
enable function key macros automatically when sourcing fnkeys.tes
* this simplifies profile setup * should anybody wish to load the default function key macros but not enable function key support, he/she can still explicitly call "64,0ED" to disable them again.
-rw-r--r--lib/fnkeys.tes3
-rw-r--r--sample.teco_ini6
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/fnkeys.tes b/lib/fnkeys.tes
index 6153717..d0c0e66 100644
--- a/lib/fnkeys.tes
+++ b/lib/fnkeys.tes
@@ -94,3 +94,6 @@
@[CLOSE]{(EX)}
1U[CLOSE]
+
+! enable function key (macro) support !
+0,64ED
diff --git a/sample.teco_ini b/sample.teco_ini
index 1243c54..cddb939 100644
--- a/sample.teco_ini
+++ b/sample.teco_ini
@@ -39,10 +39,8 @@ EMQ[$SCITECOPATH]/session.tes
!end!}
0,32ED
-! Keyboard macros !
-EMQ[$SCITECOPATH]/fnkeys.tes
-! Uncomment to enable default keyboard macros !
-! 0,64ED !
+! Uncomment to enable default keyboard macros and function keys !
+! EMQ[$SCITECOPATH]/fnkeys.tes !
! Uncomment to tweak the undo stack memory limit !
! 500*1024*1024,2EJ !