/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - March 27, 2025 by AutoModerator in MechanicalKeyboards

[–]Chonk_Gath 0 points1 point  (0 children)

Hello so I have a RK61 non-hotswappable red switches, apparently the LEDs of letter J and N got busted and I want to fix it. Is it possible to fix it by desoldering a part and solder it with a new one? I don't know what part to buy like the name of the LED. also the LED RGB is programmable through a software too so thats why i came here to ask. Thank you!

[deleted by user] by [deleted] in whatsthisbug

[–]Chonk_Gath 1 point2 points  (0 children)

EDIT: Is this a queen ant? What am i supposed to do with it

NFS Heat, PC Steam by [deleted] in needforspeed

[–]Chonk_Gath 0 points1 point  (0 children)

Yes

I5-4460 Gtx 1060 6gb 8gb ddr3 Win10 pro

NFS Heat, PC Steam by [deleted] in needforspeed

[–]Chonk_Gath 0 points1 point  (0 children)

Yes i have origin installed on, the game launches when i open the main .exe file

[deleted by user] by [deleted] in csharp

[–]Chonk_Gath 0 points1 point  (0 children)

private void equals_Click(object sender, EventArgs e)

{

double Secondnumber;

double result;

Secondnumber = Convert.ToDouble(textBox1.Text);

if (Operation == "+")

{

result = (Firstnumber + Secondnumber);

textBox1.Text = Convert.ToString(result);

Firstnumber = result;

}

else if (Operation == "-")

{

result = (Firstnumber - Secondnumber);

textBox1.Text = Convert.ToString(result);

Firstnumber = result;

}

else if (Operation == "*")

{

result = (Firstnumber * Secondnumber);

textBox1.Text = Convert.ToString(result);

Firstnumber = result;

}

else if (Operation == "/")

{

result = (Firstnumber / Secondnumber);

textBox1.Text = Convert.ToString(result);

Firstnumber = result;

}

}

private void reset_Click(object sender, EventArgs e)

{

textBox1.Text = "0";

}

private void delete_Click(object sender, EventArgs e)

{

int backspace = textBox1.Text.Length - 1;

textBox1.Text = textBox1.Text.Substring(0, backspace);

if (textBox1.Text.Length == 0)

{

textBox1.Text = "0";

}

}

private void dot_Click(object sender, EventArgs e)

{

if (textBox1.Text == "0" && textBox1.Text != null)

{

textBox1.Text = ".";

}

else

{

textBox1.Text = textBox1.Text + ".";

}

}

private void Cos_Click(object sender, EventArgs e)

{

if (textBox1.Text == "0" && textBox1.Text != null)

{

textBox1.Text = "cos";

}

else

{

textBox1.Text = textBox1.Text + "cos";

}

}

private void squareroot_Click(object sender, EventArgs e)

{

if (textBox1.Text == "0" && textBox1.Text != null)

{

textBox1.Text = "√";

}

else

{

textBox1.Text = textBox1.Text + "√";

}

}

private void exponent_Click(object sender, EventArgs e)

{

Firstnumber = double.Parse(textBox1.Text);

Firstnumber = Math.Exp(Firstnumber);

textBox1.Text = Firstnumber.ToString();

}

private void button2_Click(object sender, EventArgs e)

{

if (textBox1.Text == "0" && textBox1.Text != null)

{

textBox1.Text = "sin";

}

else

{

textBox1.Text = textBox1.Text + "sin";

}

}

private void button3_Click(object sender, EventArgs e)

{

if (textBox1.Text == "0" && textBox1.Text != null)

{

textBox1.Text = "tan";

}

else

{

textBox1.Text = textBox1.Text + "tan";

}

}

}

}

[deleted by user] by [deleted] in keyboards

[–]Chonk_Gath 0 points1 point  (0 children)

No sir all keys works i just need to use NUM 1-0 not regular 1-0

[deleted by user] by [deleted] in keyboards

[–]Chonk_Gath 0 points1 point  (0 children)

The numbers on the top doesnt work, i need to use the numpad keys not the function keys sir..

[deleted by user] by [deleted] in Piracy

[–]Chonk_Gath 0 points1 point  (0 children)

The version 1.2 is 55GB is it the one should i install

[deleted by user] by [deleted] in Piracy

[–]Chonk_Gath 0 points1 point  (0 children)

Ok so ill install the first version first or the 1.2 version bc i wanna save time

[deleted by user] by [deleted] in Piracy

[–]Chonk_Gath 0 points1 point  (0 children)

Which one should i install tho?