This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<keymap version="1" name="Default for XWin FR" parent="Default for XWin"> | |
<action id="ActivateAndroidMonitorToolWindow"> | |
<keyboard-shortcut first-keystroke="alt 6" /> | |
<keyboard-shortcut first-keystroke="alt minus" /> | |
</action> | |
<action id="ActivateChangesToolWindow"> | |
<keyboard-shortcut first-keystroke="alt 9" /> | |
<keyboard-shortcut first-keystroke="alt #10000c7" /> | |
</action> | |
<action id="ActivateDebugToolWindow"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package utils | |
import org.assertj.core.api.Assertions | |
import org.junit.Test | |
import org.junit.runner.RunWith | |
import org.junit.runners.Parameterized | |
import java.util.concurrent.TimeUnit | |
@RunWith(Parameterized::class) | |
class KotlinTimeUnitTest(private val timeValue: Long) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<keymap version="1" name="Default for GNOME FR" parent="Default for GNOME"> | |
<action id="ActivateAndroidMonitorToolWindow"> | |
<keyboard-shortcut first-keystroke="alt 6" /> | |
<keyboard-shortcut first-keystroke="alt minus" /> | |
</action> | |
<action id="ActivateChangesToolWindow"> | |
<keyboard-shortcut first-keystroke="alt 9" /> | |
<keyboard-shortcut first-keystroke="alt #10000c7" /> | |
</action> | |
<action id="ActivateDebugToolWindow"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout some time, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see https://i3wm.org/docs/userguide.html for a complete reference! |
OlderNewer