Spyke

Posts

main·Blahaj Lemmy MetabyLinkyu

Are game studio communities not allowed?

Yesterday I created a community here for my indie game studio and made a single post to describe the new game we're working on, only to find out today that it was banned for "spam" (according to the modlog).

I'll respect the mods' decision of course but I admit I'm mostly confused; did I miss something in the ToS and this kind of community is not allowed here? (or did I read the wrong ToS? The one I found here didn't mention anything about this.)

View original on lemmy.blahaj.zone
17
trams_trolleys_streetcars·Trams, Trolleys and StreetcarsbyLinkyu

The Toulouse tram, which was designed by Airbus

Historically, Toulouse had trams for a while, but like many bigger cities, they were removed in profit of cars. However, Toulouse has reintroduced a tram line in 2010 and has been expanding it since. Today, the main line goes from the city center, and goes all the way to the airport's entrance. The secondary line goes further behind the airport, to the exposition center.

Another little factoid: the tram network is integrated into the city's public transit network, which is managed by a single company; it shares several stations with bus stops and subway stations, and tickets from these are all shared. This means that you can hop on the bus, then switch to the tram, then take the subway with a single one-way ticket.

View original on lemmy.blahaj.zone
76
keychron·Keychron mechanical keyboards unofficial supportbyLinkyu

[SOLVED] How to map angle brackets (< & >) to an ANSI V6 on AZERTY

I bought a V6 and I'm happy with it, but I did not realize it was ANSI and not ISO (or rather, I think I did not realize what it meant until assembly).

That said, I'm a programmer and I need the angle brackets easily accessible. Luckily, in the AZERTY mapping of the ANSI-104 layout, there's a key above Enter that is virtually useless to me as is (shown here as */μ). This is where KC_BACKSLASH would be on the QWERTY mapping.

However, I have been absolutely unable to find a normal way to remap it to both brackets (a key that exists in ISO but not in ANSI).

Here's ideally what I want:

  • Pressing [this */µ key] gives me <
  • Pressing SHIFT + [this */µ key] with Shift gives me >

Here's what I have tried so far:

  • Microsoft's Mouse and Keyboard tool: doesn't recognize non-microsoft keyboards
  • Microsoft's Powertoys tool: doesn't allow 2 shortcuts on the same key
  • VIA: can only remap to ANSI keys
  • VIAL: doesn't even recognize the device as-is, and throws a protocol error when sideloading the JSON.
  • AHK: not ideal but yeah it works

I've only been able to make it work through AutoHotKey. I feel like VIA/L should be the normal solution here, but if so, I have not found how to make it work.

Was there a cleaner way?

EDIT: I was wrong, the "<>" key I was looking for does exist, and as u/PeterMortensenBlog on reddit and @[email protected] here pointed out, it is simply KC_NONUS_BACKSLASH, abbreviated NUBS in VIA.

View original on lemmy.blahaj.zone
5

You reached the end