How to avoid empty lines ?

Discussion, questions and support.
Post Reply
Antopath
Posts: 7
Joined: Dec 8th, ’20, 10:09

Post by Antopath » Jan 9th, ’21, 12:15

Hi all and thank you in advance for your help !
As a Pathologist I found FaskKeys extremely valuable and flexible to speed up my reports by using precompiled checklists such as this made for skin cancer:

%SELECT_Istotipo%
La neoplasia presenta i seguenti caratteri istoprognostici:
Grado di differenziazione: %SELECT_Differenziazione%
Spessore massimo tumorale sec. Breslow: %SELECT_Breslow% mm
Estensione microanatomica: %SELECT_Estensione%
Desmoplasia: %SELECT_Desmoplasia%
Crescita ad elementi isolati: %SELECT_Elementi_isolati%
Invasione linfovascolare: %SELECT_Angioinvasione%
Neurotropismo / infiltrazione perineurale: %SELECT_Neurotropismo%
Distanza neoplasia-margine chirurgico laterale (radiale): %INPUT_Mar_radiale% mm
Distanza neoplasia-margine chirurgico profondo: %INPUT_Mar_profondo% mm
%SELECT_pTNM%

The problem is that when the items are expanded, FaskKeys puts an empty new line between each item. How can avoid this ?
Thanks a lot and excuse me for such a silly question !

Antonio
Antopath
Posts: 7
Joined: Dec 8th, ’20, 10:09

Post by Antopath » Jan 9th, ’21, 15:17

The problem has been solved by adding {Enter} at the end of each line and writing the next item without any return.

%SELECT_Istotipo% %SELECT_Ulcerazione%.
La neoplasia presenta i seguenti caratteri istoprognostici:{Enter} Grado di differenziazione: %SELECT_Estensione%{Enter} Spessore massimo tumorale sec. Breslow: %INPUT_Breslow% mm{Enter} Estensione microanatomica: %SELECT_Estensione% %SELECT_Cartilagine%{Enter} %SELECT_Desmoplasia%{Enter} %SELECT_Elementi_isolati%{Enter} %SELECT_Angioinvasione%{Enter} %SELECT_Neurotropismo%{Enter} Distanza neoplasia-margine chirurgico radiale: %INPUT_Mar_radiale% mm{Enter} Distanza neoplasia-margine chirurgico profondo: %INPUT_Mar_profondo% mm{Enter} %SELECT_pTNM%

It looks a little bit confusing but works fine.
Antopath
Posts: 7
Joined: Dec 8th, ’20, 10:09

Post by Antopath » Jan 9th, ’21, 15:27

I wonder why this apparently similar checklist without the code {Enter} at the end of each line:

%SELECT_Istotipo% %SELECT_Ulcerazione%.
La neoplasia presenta i seguenti caratteri istoprognostici:
Spessore massimo tumorale sec. Breslow: %INPUT_Breslow% mm
Estensione microanatomica: %SELECT_Estensione%
%SELECT_Desmoplasia%
%SELECT_Elementi_isolati%
%SELECT_Angioinvasione%
%SELECT_Neurotropismo%
Distanza neoplasia-margine chirurgico laterale (radiale): %INPUT_Mar_radiale% mm
Distanza neoplasia-margine chirurgico profondo: %INPUT_Mar_profondo% mm
%SELECT_pTNM%

Is expanded without entering any blank line between the items .....
Is there anybody so kind to explain it ?
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Jan 9th, ’21, 18:13

It could be that you copied the text from another application and there are additional hidden new line characters. If this is the case, remove new lines manually and add them again.

FastKeys expands the text exactly as seen on the edit screen - new line or {Enter} will be the same.
Post Reply