Skip to content

Instantly share code, notes, and snippets.

View JSamir's full-sized avatar
💪

JSamir

💪
View GitHub Profile
@JSamir
JSamir / lifecycle-mapping-metadata.xml
Last active August 28, 2018 21:01 — forked from maksimov/lifecycle-mapping-metadata.xml
Ignore unsupported M2E goals
<?xml version="1.0" encoding="UTF-8"?>
<lifecycleMappingMetadata>
<pluginExecutions>
<!-- standard maven plugins -->
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<goals>
<goal>unpack-dependencies</goal>
@JSamir
JSamir / gist:032418a005b2f18329dc88e1e0f44446
Created February 13, 2024 20:08
autohotkey script to use left mouse button as middle mouse for camera movement
#Requires AutoHotkey v2.0
; * (wildcard) allows the hotkey to fire even if you are holding modifier keys that the hotkey doesn't include symbols for.
; ~ (no-suppress) prevents the hotkey from blocking the key's native function.
CoordMode "Mouse"
~LButton::MButton
MButton::LButton
#HotIf MiniMap()
LButton::LButton