From fe643947c264e1be155780880eef8405e3b4a103 Mon Sep 17 00:00:00 2001 From: tadam Date: Wed, 26 May 2010 07:57:44 +0000 Subject: [PATCH] Explain how to turn off globally-matched InitialMapCommand Document that "InitialMapCommand Nop" can be used on windows to stop an action from running where a globally-set InitialMapCommand would otherwise have run on that window. --- doc/ChangeLog | 8 ++++++++ doc/commands/Style.xml | 14 +++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index ffd0c5929..51dbe26f6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,11 @@ +2010-05-26 Thomas Adam + * commands/Style.xml: + Explain how to turn off globally-matched InitialMapCommand + + Document that "InitialMapCommand Nop" can be used on windows to stop an + action from running where a globally-set InitialMapCommand would + otherwise have run on that window. + 2010-02-13 Thomas Adam * commands/Style.xml: Fix formatting by not prematurely closing a
. diff --git a/doc/commands/Style.xml b/doc/commands/Style.xml index 58aceb331..bdfb4985f 100644 --- a/doc/commands/Style.xml +++ b/doc/commands/Style.xml @@ -1,5 +1,5 @@ - + This would hence place the window called MyWindow on page 0 0 for the current desk, and immediately run the command on that window. + +Note that should be +used as a global option for all windows, but there is a need that some +windows should not have this command applied, then an action of + can be used on those windows, as in the following +example: + + + * InitialMapCommand Iconify + XTeddy InitialMapCommand Nop + +
-- 2.11.4.GIT