From 859a831ab061d3d906351fe213e1f7ac80ac10cb Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 27 Jun 2015 16:29:13 +0200 Subject: 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. --- lib/fnkeys.tes | 3 +++ sample.teco_ini | 6 ++---- 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 ! -- cgit v1.2.3