V
V
VesperLind2016-03-06 18:04:05
Google Chrome
VesperLind, 2016-03-06 18:04:05

Is there an extension similar to Punto Switcher for Google Chrome?

It is not always possible to install the program itself on the computer, but without it it’s like without hands, I’m really looking for an analogue

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Ambyte, 2016-03-11
@Ambyte

If the problem is only in the installation of the program, you can use the portable version. Regarding analogues, that is, the everylang program , which has the same functionality and even more.

L
littleguga, 2016-03-06
@littleguga

I suppose there is no such thing. Since the extension will need to track the active input field on each page (and they can be completely different) and replace the text in it.

R
Ruslan Makarov, 2016-03-06
@facepook

Why limit yourself to one browser?
Punto Switcher is the best program of its kind that uses the Yandex synonym database...
PS: my advice is to use it.

M
Max, 2014-12-15
@Dark_Knight

Well, intuitively, you simply don’t get the key up event

if (Input.GetKeyDown(KeyCode.LeftShift) && move != 0.0f) {	
    playerAnimator.SetBool("Run", true);
} 
if (Input.GetKeyUp(KeyCode.LeftShift)) {		
    playerAnimator.SetBool("Run", false);		
}

this is how it should work

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question