1

I want to change the behaviour of certain keys.

E.g. I would like the combination Ctrl+I to simulate typing "Something".

How should I proceed?

Kaz Wolfe
  • 34,122
  • 21
  • 114
  • 172
BornCoder
  • 119
  • In what context? Everywhere? In all applications? – terdon Jan 25 '17 at 10:19
  • i want in editors like if i press keys then it type "some text". Or its good if it is done for everywhere – BornCoder Jan 25 '17 at 11:00
  • 1
    @muru: Yes, i want same shortcut but i didn't get answer. pls tell me how to add shortcut. and autokey available for ubuntu 13.10 but i am using 16.04. – BornCoder Jan 25 '17 at 11:04

1 Answers1

0

I got solution for this and i installed AUTOKEY feature of ubuntu.

sudo apt-get install autokey-gtk

I setup my string in autokey.

BornCoder
  • 119