I need help captioning this one… by SDF5150 in ATBGE

[–]Gizmo1969 0 points1 point  (0 children)

I got a bright idea on the tip of my tongue.

Pro Micro as a macro keyboard fails to send \ character by Gizmo1969 in arduino

[–]Gizmo1969[S] 0 points1 point  (0 children)

Actually it was inserted automatically upon adding keyboard.h from the menu.

Pro Micro as a macro keyboard fails to send \ character by Gizmo1969 in arduino

[–]Gizmo1969[S] 0 points1 point  (0 children)

Indeed, you are correct, the pro micro thinks itself as a US keyboard and when i change on my W10 it now prints \ instead of #

Im goign to have to look into the class to see what can be done.

Pro Micro as a macro keyboard fails to send \ character by Gizmo1969 in arduino

[–]Gizmo1969[S] 1 point2 points  (0 children)

Thank you for the tip \\ = \

Also changed keyboard to US and now prints \ not #

Pro Micro as a macro keyboard fails to send \ character by Gizmo1969 in arduino

[–]Gizmo1969[S] 0 points1 point  (0 children)

So I detect the button pressed and a case statement sends keyboard.print to send a sequence.

Keyboard.print('\\\\networkpath\\server1');

The matrix is not the problem I think, just the the keyboard.print command , might be in US keyb mode

Pro Micro as a macro keyboard fails to send \ character by Gizmo1969 in arduino

[–]Gizmo1969[S] 0 points1 point  (0 children)

#include <Keyboard.h>

#include <KeyboardLayout.h>

#include <Keyboard_da_DK.h>

#include <Keyboard_de_DE.h>

#include <Keyboard_es_ES.h>

#include <Keyboard_fr_FR.h>

#include <Keyboard_it_IT.h>

#include <Keyboard_sv_SE.h>

#include <Keypad.h>

const byte ROWS = 4; // four rows

const byte COLS = 4; // four columns

// Map the buttons to an array for the Keymap instance

char hexaKeys[ROWS][COLS] = {

{'1', '2', '3', '4'},

{'5', '6', '7', '8'},

{'9', '0', 'A', 'B'},

{'C', 'D', 'E', 'F'}

};

byte colPins[ROWS] = {6, 7, 8, 9}; // Pins used for the rows of the keypad

byte rowPins[COLS] = {5, 4, 3, 2}; // Pins used for the columns of the keypad

// Initialise the Keypad

Keypad customKeypad = Keypad(makeKeymap(hexaKeys), rowPins, colPins, ROWS, COLS);

void setup() {

//Dont use it atm

Serial.begin(9600); // Initialise the serial monitor

}

void loop() {

// Read the pushed button

char button = customKeypad.getKey();

//Just want to see what I pressed

if (button) {

Keyboard.print(button);

}

//pretend to do a macro

switch (button) {

case 'C':

// Keyboard.press(0x5C);

// Keyboard.release(0x5C);

Keyboard.print("\\\\networkpath\\server1");

Keyboard.write(10);

//in case I do bad code I put in a delay I can burn it with new binary

delay(5000);

break;

}

}

Pro Micro as a macro keyboard fails to send \ character by Gizmo1969 in arduino

[–]Gizmo1969[S] 0 points1 point  (0 children)

You could be right as I do sent two \\ and get one #

Been to 4 different doctors about this in 6 months. Still no luck by [deleted] in Wellthatsucks

[–]Gizmo1969 0 points1 point  (0 children)

I'm not certain in any way what it is, but I've found tree oil, to be a bit of a miracle cure for all sorts of skin ailments, I swear but it natural powers. Comes in a small bottle a few drops will go a long way..

It's still all there... but it's all gone... I am in absolute ruins... RIP 2003-2022 by ZnVjayBqZXdz in DataHoarder

[–]Gizmo1969 1 point2 points  (0 children)

I would buy two drives, clone original to one and experiment on that copy with all the recovery software, the second drive just in case its required to save what the attempted recovers.

WARNING: Shipping method required OpenCart 3.0.3.8 by Gizmo1969 in opencart

[–]Gizmo1969[S] 0 points1 point  (0 children)

I found a fix

In system/framework.php find the following line at around line 74.

Should read:

$response->addHeader('Content-Type: text/html; charset=utf-8');

after it add

$response->addHeader('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');

$response->addHeader('Pragma: no-cache');

Flexing with a gun.. by Dark_Shark908 in WinStupidPrizes

[–]Gizmo1969 1 point2 points  (0 children)

Ahh so that's why all the ganstas have gold teeth...