N
N
Nicholas Hephaestus2022-01-24 20:18:11
PHP
Nicholas Hephaestus, 2022-01-24 20:18:11

Why does the space bar and other keys not work in TeamViewer?

Why doesn't the space bar work on the remote machine and why do any keys often not work? (the mouse works)
I show Photoshop, this problem is fed up, I tried different things in the settings, it did not help.
Also, whatever you do, hotkey presses are not displayed (this checkbox is enabled in the settings).
That's just when the keys are pressed at the other end, it lights up for me =))
I didn't use much with the teamviewer, but I was still surprised at such unfriendly software.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Anton Perevoshchikov, 2015-12-03
@KRHD

The problem is that invalid json comes, and specifically the extra last comma. Remove it and json_decode will work fine
preg_replace('/("beauty":\s\d),/', $1, $previes)

A
Alexey Ukolov, 2015-12-03
@alexey-m-ukolov

Local error - in the absence of json_decode (and the invalidity of the requested json).
Global in that you do not understand at all what is happening in your code.

I
Ivan Kostyuk, 2015-12-03
@Mayzer

Try like this:

$previes = file_get_contents('http://mcdonate.ru/api/mcd_script.js?server_id=24418&callback=mcdCallback?&raw_data');
  for ($i = 0; $i <= 5; $i++) {
    $item = $previes[$i]; 
 for ($j = 0; $j <= strlen($item); $j++) 
      echo $item[$j]; 
}
  }

Although I still don't understand what you want.

B
Bogdan, 2022-01-24
@bolossev666

well, either the computer thinks that you do not want to press the space bar in the team viewer, or sticking. Keyboard shortcuts must be enabled.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question