Search found 5 matches

by izeppelin
Jun 15th, ’22, 13:15
Forum: General Discussion
Topic: Correctly sending formating tab in SQL
Replies: 2
Views: 1007

Re: Correctly sending formating tab in SQL

This worked perfectly :)

Thanks a ton Tom!
by izeppelin
Jun 14th, ’22, 12:44
Forum: General Discussion
Topic: Correctly sending formating tab in SQL
Replies: 2
Views: 1007

Correctly sending formating tab in SQL

Hi friends! Basic question. I'm trying to create a super simple text expander with some SQL / Python code that relies on tabs for formating. E.g: SELECT {tab}col_1 FROM table However, when it's expanded the tab gets replicated in the line below screwing up with the formatting, i.e. it looks like thi...
by izeppelin
Feb 11th, ’22, 09:24
Forum: General Discussion
Topic: Send grave accent?
Replies: 3
Views: 2355

Send grave accent?

Hi folks!

I'm trying to create a macro that sends ```cursor here``` however, since ` is an escape character it's not allowing me to send it directly. I've tried escaping the escape character but I simply can't send all three.

This is to simplify markdown syntax :)

Thanks!
by izeppelin
Mar 15th, ’21, 03:44
Forum: General Discussion
Topic: FastKeys key remap
Replies: 2
Views: 3050

Re: FastKeys key remap

I feel very dumb now and had not thought that FK would also use shortucts to create shortcuts haha. So meta!

Thanks a ton Marko!! :D
Marko wrote: Mar 14th, ’21, 22:57 See Preferences/General/Shortcuts and remove the shortcuts. For a volumen control, go to Preferences/Functions and disable it.
by izeppelin
Mar 14th, ’21, 22:12
Forum: General Discussion
Topic: FastKeys key remap
Replies: 2
Views: 3050

FastKeys key remap

I've been using FK for about a month now and I've just realized that there are some unwanted key remaps. I've turned off ALL default macros / gestures / shortcuts 'case I want full control of it. In particular it remaped my Ctrl + 1 to Ctrl + C. I can't seem to find why and how is it doing that. How...